mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
template instantiation fix
This commit is contained in:
parent
83e8b1ec53
commit
37e537a67c
@ -255,12 +255,6 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
template class SplineSeg3<2>;
|
|
||||||
template class SplineSeg3<3>;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -338,4 +332,10 @@ namespace netgen
|
|||||||
return sqrt(cosalpha + 1.)/(min2(l1,l2)*(1.-cosalpha));
|
return sqrt(cosalpha + 1.)/(min2(l1,l2)*(1.-cosalpha));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
template class SplineSeg3<2>;
|
||||||
|
template class SplineSeg3<3>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,6 @@
|
|||||||
|
|
||||||
#include "nginterface.h"
|
#include "nginterface.h"
|
||||||
|
|
||||||
// #include <FlexLexer.h>
|
|
||||||
|
|
||||||
|
|
||||||
// #include <mystdlib.h>
|
|
||||||
|
|
||||||
|
|
||||||
namespace netgen
|
namespace netgen
|
||||||
|
Loading…
Reference in New Issue
Block a user