added template instantiation

This commit is contained in:
Joachim Schöberl 2017-11-24 07:09:28 +01:00
parent 7cf05d84a8
commit 38b7c2b8fa

View File

@ -3723,6 +3723,9 @@ namespace netgen
SIMD<double> * x, size_t sx,
SIMD<double> * dxdxi, size_t sdxdxi);
template void CurvedElements ::
CalcSegmentTransformation<double> (double xi, SegmentIndex elnr,
Point<3,double> * x, Vec<3,double> * dxdxi, bool * curved);
void CurvedElements ::