Loading src/cluster/cluster.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,7 @@ void cluster(const string& config_file, const string& data_file, const string& o delete cid_2; } delete p_scattering_angles; p_output->write(output_path + "/c_OCLU.hd5", "HDF5"); p_output->write(output_path + "/c_OCLU", "LEGACY"); delete p_output; } // closes s_nsph == nsph check Loading src/include/outputs.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ protected: /*! \brief Write the output to a HDF5 file. * * \param output: `const string &` Path to the output to be written. * \param file_name: `const string &` Path to the output to be written. * \return result: `int` Exit code (0 if successful). */ int write_hdf5(const std::string &output); int write_hdf5(const std::string &file_name); /*! \brief Write the output to a legacy text file. * Loading src/libnptm/outputs.cpp +603 −6 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
src/cluster/cluster.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,7 @@ void cluster(const string& config_file, const string& data_file, const string& o delete cid_2; } delete p_scattering_angles; p_output->write(output_path + "/c_OCLU.hd5", "HDF5"); p_output->write(output_path + "/c_OCLU", "LEGACY"); delete p_output; } // closes s_nsph == nsph check Loading
src/include/outputs.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ protected: /*! \brief Write the output to a HDF5 file. * * \param output: `const string &` Path to the output to be written. * \param file_name: `const string &` Path to the output to be written. * \return result: `int` Exit code (0 if successful). */ int write_hdf5(const std::string &output); int write_hdf5(const std::string &file_name); /*! \brief Write the output to a legacy text file. * Loading
src/libnptm/outputs.cpp +603 −6 File changed.Preview size limit exceeded, changes collapsed. Show changes