fixed relative config path, needs to be run from withen run_physics directory now
[physics.git] / src / config / reader.cpp
index 2d1d677..19f7d33 100644 (file)
@@ -35,7 +35,7 @@ bool extractLine(const string& str, string* name, string* value);
 
 /// ***** Private Variables *****
 
-char* configDir = "../configs/";
+char* configDir = "configs/";
 
 /// ***** Public Methods *****