mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@ noinst_LTLIBRARIES = libinterface.la
|
|||||||
libinterface_la_SOURCES = read_fnf_mesh.cpp readtetmesh.cpp readuser.cpp writeabaqus.cpp writediffpack.cpp \
|
libinterface_la_SOURCES = read_fnf_mesh.cpp readtetmesh.cpp readuser.cpp writeabaqus.cpp writediffpack.cpp \
|
||||||
writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp \
|
writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp \
|
||||||
writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp writeuser.cpp \
|
writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp writeuser.cpp \
|
||||||
wuchemnitz.cpp writegmsh2.cpp writeOpenFOAM15x.cpp
|
wuchemnitz.cpp writegmsh2.cpp writeOpenFOAM15x.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -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