Loading src/sphere/sphere.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ void sphere(string config_file, string data_file, string output_path) { printf("FILE: %s\n", ex.what()); exit(1); } sconf->write_formatted(output_path + "c_OEDFB"); sconf->write_binary(output_path + "c_TEDF"); sconf->write_formatted(output_path + "/c_OEDFB"); sconf->write_binary(output_path + "/c_TEDF"); GeometryConfiguration *gconf = NULL; try { gconf = GeometryConfiguration::from_legacy(data_file); Loading Loading
src/sphere/sphere.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ void sphere(string config_file, string data_file, string output_path) { printf("FILE: %s\n", ex.what()); exit(1); } sconf->write_formatted(output_path + "c_OEDFB"); sconf->write_binary(output_path + "c_TEDF"); sconf->write_formatted(output_path + "/c_OEDFB"); sconf->write_binary(output_path + "/c_TEDF"); GeometryConfiguration *gconf = NULL; try { gconf = GeometryConfiguration::from_legacy(data_file); Loading