Loading src/cluster/np_cluster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ using namespace std; extern void cluster(string config_file, string data_file, string output_path); extern void cluster(const string& config_file, const string& data_file, const string& output_path); /*! \brief Main program entry point. * Loading src/sphere/np_sphere.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ using namespace std; extern void sphere(string config_file, string data_file, string output_path); extern void sphere(const string& config_file, const string& data_file, const string& output_path); /*! \brief Main program entry point. * Loading Loading
src/cluster/np_cluster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ using namespace std; extern void cluster(string config_file, string data_file, string output_path); extern void cluster(const string& config_file, const string& data_file, const string& output_path); /*! \brief Main program entry point. * Loading
src/sphere/np_sphere.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ using namespace std; extern void sphere(string config_file, string data_file, string output_path); extern void sphere(const string& config_file, const string& data_file, const string& output_path); /*! \brief Main program entry point. * Loading