From b2d1d583513d74c6c1b158ca47a55e6f2f3c7f7c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 14 Nov 2006 16:53:52 +0000
Subject: [PATCH] more occ work

---
 Geo/GModelIOFourier.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Geo/GModelIOFourier.cpp b/Geo/GModelIOFourier.cpp
index e183149ba5..c2361bec8b 100644
--- a/Geo/GModelIOFourier.cpp
+++ b/Geo/GModelIOFourier.cpp
@@ -687,4 +687,12 @@ int GModel::readFourier(const std::string &name)
   return 1;
 }
 
+#else
+
+int GModel::readFourier(const std::string &name)
+{
+  Msg(GERROR, "Fourier model is not compiled in this version of Gmsh");
+  return 1;
+}
+
 #endif
-- 
GitLab