Skip to content
Snippets Groups Projects
Commit 2d90d7c4 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by GitHub
Browse files

Merge pull request #1567 from endJunction/FixWarning

[Mat] FractureModel. Add explicit tpl declaration.
parents 27d8f031 b82594c9
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ struct FractureIdentity2 ...@@ -27,6 +27,9 @@ struct FractureIdentity2
static VectorType const value; static VectorType const value;
}; };
extern template struct FractureIdentity2<2>;
extern template struct FractureIdentity2<3>;
} // namespace Fracture } // namespace Fracture
} // namespace MaterialLib } // namespace MaterialLib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment