EcoliSimulator  2.0.1a
apngasm_Global.h
Go to the documentation of this file.
1 //
2 // apngasm_Global.h
3 // Ecoli_4.1.1
4 //
5 // Created by Stefano Belloni on 27/07/15.
6 /*This program is free software - GNU General Public License Verison 2*/
7 //
8 
9 #include <string>
10 
13 extern std::string apngas_lunch;
16 extern std::string apngas_opt;
19 extern bool no_apngams;
20 
21 
22 // " 1 10 -l1 ";
std::string apngas_lunch
Definition: main.cpp:121
bool no_apngams
Definition: main.cpp:123
std::string apngas_opt
Definition: main.cpp:122