fixed issue within file-reader when reading empty data-parts
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
static inline std::string getDataFile(const std::string& name) {
|
||||
//return "/mnt/data/workspaces/Indoor/tests/data/" + name;
|
||||
return "/home/toni/Documents/programme/localization/Indoor/tests/data/" + name;
|
||||
return "/mnt/vm/paper/diss/code/Indoor/tests/data/" + name;
|
||||
//return "/home/toni/Documents/programme/localization/Indoor/tests/data/" + name;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user