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

fix compile

parent 0d26b772
Branches
Tags
No related merge requests found
...@@ -773,7 +773,7 @@ void discreteFace::addTriangle(triangulation* trian, MTriangle* t) ...@@ -773,7 +773,7 @@ void discreteFace::addTriangle(triangulation* trian, MTriangle* t)
void discreteFace::complex_crossField() void discreteFace::complex_crossField()
{ {
#if defined(HAVE_SOLVER)
// COMPLEX linear system // COMPLEX linear system
linearSystem<std::complex<double> > * lsys; linearSystem<std::complex<double> > * lsys;
...@@ -896,7 +896,7 @@ void discreteFace::complex_crossField() ...@@ -896,7 +896,7 @@ void discreteFace::complex_crossField()
} }
fprintf(myfile,"};"); fprintf(myfile,"};");
fclose(myfile); fclose(myfile);
#endif
} }
...@@ -904,7 +904,7 @@ void discreteFace::complex_crossField() ...@@ -904,7 +904,7 @@ void discreteFace::complex_crossField()
void discreteFace::crossField() void discreteFace::crossField()
{ {
#if defined(HAVE_SOLVER)
// linear system // linear system
linearSystem<double> * lsys; linearSystem<double> * lsys;
...@@ -1044,7 +1044,7 @@ void discreteFace::crossField() ...@@ -1044,7 +1044,7 @@ void discreteFace::crossField()
} }
fprintf(myfile,"};"); fprintf(myfile,"};");
fclose(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