Skip to content
Snippets Groups Projects
Commit 537e1ab3 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix path to default data file

parent 56abef1a
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ extern void sphere(string config_file, string data_file, string output_path); ...@@ -21,7 +21,7 @@ extern void sphere(string config_file, string data_file, string output_path);
*/ */
int main(int argc, char **argv) { int main(int argc, char **argv) {
string config_file = "../../test_data/sphere/DEDFB"; string config_file = "../../test_data/sphere/DEDFB";
string data_file = "../../test_data/sphere/DCLU"; string data_file = "../../test_data/sphere/DSPH";
string output_path = "."; string output_path = ".";
if (argc == 4) { if (argc == 4) {
config_file = string(argv[1]); config_file = string(argv[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment