File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ FlushFormatPlotfile::WriteJobInfo(const std::string& dir) const
226226 jobInfoFile << " Inputs File Parameters\n " ;
227227 jobInfoFile << PrettyLine;
228228
229- ParmParse::dumpTable (jobInfoFile, true );
229+ ParmParse::prettyPrintTable (jobInfoFile);
230230
231231 jobInfoFile.close ();
232232 }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ablastr::utils::write_used_inputs_file (std::string const & filename)
2323 if (amrex::ParallelDescriptor::IOProcessor ()) {
2424 std::ofstream jobInfoFile;
2525 jobInfoFile.open (filename.c_str (), std::ios::out);
26- amrex::ParmParse::dumpTable (jobInfoFile, true );
26+ amrex::ParmParse::prettyPrintTable (jobInfoFile);
2727 jobInfoFile.close ();
2828 }
2929}
You can’t perform that action at this time.
0 commit comments