minor changes

This commit is contained in:
kazu
2018-06-06 08:56:58 +02:00
parent 06f05891cc
commit 8a08ae32d8
3 changed files with 10 additions and 8 deletions

View File

@@ -5,10 +5,10 @@
namespace File {
const std::string basePath = "/apps/paper/diss/code/walkModel/";
const std::string basePath = "/apps/paper/DSem1/walky/";
//const std::string basePath = "/mnt/vm/paper/diss/code/walkModel/";
const std::string dataPath = "/apps/paper/diss/data/";
const std::string dataPath = "/apps/paper/DSem1/walky/";
//const std::string dataPath = "/mnt/vm/paper/diss/data";
static inline std::string get(const std::string& name) {