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

*** empty log message ***

parent d71f278b
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#if defined(HAVE_FOURIER_MODEL) #if defined(HAVE_FOURIER_MODEL)
extern Context_T CTX; extern Context_T CTX;
void F_Internals::loadF(const char *fn) void F_Internals::loadF(const char *fn)
......
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
#define _GMODELIO_F_H_ #define _GMODELIO_F_H_
#include "GModel.h" #include "GModel.h"
#include "FM_Reader.h"
#if defined(HAVE_FOURIER_MODEL) #if defined(HAVE_FOURIER_MODEL)
#include "FM_Reader.h"
class F_Internals { class F_Internals {
protected: protected:
FM_Reader* _reader; FM_Reader* _reader;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment