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

fix compile

parent 0d26b772
No related branches found
No related tags found
No related merge requests found
......@@ -773,7 +773,7 @@ void discreteFace::addTriangle(triangulation* trian, MTriangle* t)
void discreteFace::complex_crossField()
{
#if defined(HAVE_SOLVER)
// COMPLEX linear system
linearSystem<std::complex<double> > * lsys;
......@@ -896,7 +896,7 @@ void discreteFace::complex_crossField()
}
fprintf(myfile,"};");
fclose(myfile);
#endif
}
......@@ -904,7 +904,7 @@ void discreteFace::complex_crossField()
void discreteFace::crossField()
{
#if defined(HAVE_SOLVER)
// linear system
linearSystem<double> * lsys;
......@@ -1044,7 +1044,7 @@ void discreteFace::crossField()
}
fprintf(myfile,"};");
fclose(myfile);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment