Skip to content
Snippets Groups Projects
Commit ccd17c4c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent ea27f3c6
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ void frameSolver2d::solve ()
}
void frameSolver2d::exportFrameData(const char * DISPL, const char * M) {
#if defined(HAVE_POST)
{
std::map<int, std::vector<double> > data;
for (unsigned int i=0;i<_beams.size(); i++){
......@@ -258,7 +259,7 @@ void frameSolver2d::exportFrameData(const char * DISPL, const char * M) {
pv->getData()->writeMSH(M);
delete pv;
}
#endif
}
void frameSolver2d::computeRotationTags ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment