Skip to content
Snippets Groups Projects
Commit 28453798 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Temporarily set HAVE_CSTDDEF

[[Imported from SVN: r10093]]
parent 59682435
No related branches found
No related tags found
No related merge requests found
#include <config.h> #include <config.h>
// Hack to make IPOpt happy. No idea why the build system doesn't properly handle this
#define HAVE_CSTDDEF
#define SECOND_ORDER #define SECOND_ORDER
#include <fenv.h> #include <fenv.h>
...@@ -250,7 +253,7 @@ int main (int argc, char *argv[]) try ...@@ -250,7 +253,7 @@ int main (int argc, char *argv[]) try
OrientationFEBasis orientationFEBasis(gridView); OrientationFEBasis orientationFEBasis(gridView);
std::cout << "Deformation: " << deformationFEBasis.size() << ", orientation: " << orientationFEBasis.size() << std::endl; std::cout << "Deformation: " << deformationFEBasis.size() << ", orientation: " << orientationFEBasis.size() << std::endl;
// ///////////////////////////////////////// // /////////////////////////////////////////
// Read Dirichlet values // Read Dirichlet values
// ///////////////////////////////////////// // /////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment