increase the use of python in mussa
[mussa.git] / alg / parse_options.hpp
index f048b8e955a9b5708ea2b28c41e25b36b1545eb6..bd08ef526cf43be1b0b47acf303e1a6225318015 100644 (file)
@@ -13,6 +13,8 @@ struct MussaOptions
   Mussa *analysis;
   //! should we use the gui?
   bool useGUI;
+  //! launch as python
+  bool runAsPythonInterpeter;
 };
 
 //! initialize a mussa analysis from command line arguments