Skip to content
Snippets Groups Projects
Commit fe7d2f4c authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #17918. Trying to fix explicit VMDBase instantiation.

parent 646e925a
No related merge requests found
......@@ -594,8 +594,7 @@ VMDBase<TYPE>::getNormalVector(const std::vector<VMDBase<TYPE>> &vectors) {
/// Instantiate VMDBase classes
template class VMDBase<double>;
template class VMDBase<float>;
template VMDBase<float>::VMDBase<double>(
std::vector<double, std::allocator<double>> const &);
template VMDBase<float>::VMDBase(const std::vector<double> &);
/**
Prints a text representation of itself
......
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