From e5c9abf176c58f407c13d370ea10bfc4356fc10a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 2 Mar 2010 16:54:53 +0000
Subject: [PATCH] hack to add CreateTopology

---
 Geo/GeoStringInterface.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp
index 763290101a..f0d3645d55 100644
--- a/Geo/GeoStringInterface.cpp
+++ b/Geo/GeoStringInterface.cpp
@@ -314,6 +314,7 @@ void add_physical(std::string type, List_T *list, std::string fileName)
 void add_compound(std::string type, List_T *list, std::string fileName)
 {
   std::ostringstream sstream;
+  if(SplitFileName(fileName)[2] != ".geo") sstream << "CreateTopology;\n";
   sstream << "Compound " << type << "(" << NEWREG() << ") = {" 
           << list2string(list) << "};";
   add_infile(sstream.str(), fileName);
-- 
GitLab