Skip to content

Commit

Permalink
Clarify ExportPairPotential output.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Apr 19, 2024
1 parent 5b2f190 commit 9cc4082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/export/pairPotential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ bool PairPotentialExportFileFormat::exportBlock(LineParser &parser, PairPotentia

// Write header comment
if (!parser.writeLineF("#{:9} {:12} {:12} {:12} {:12} {:12} {:12}\n", "", "Full", "Derivative", "Original",
"Additional", "Exact(Orig)", "Exact(Deriv)"))
"Additional", "Exact(Orig)", "Exact(Force)"))
return false;
if (!parser.writeLineF("#{:9} {:12} {:12} {:12} {:12} {:12} {:12}\n", "r(Angs)", "U(kJ/mol)", "dU(kJ/mol/Ang)",
"U(kJ/mol)", "U(kJ/mol)", "U(kJ/mol)", "dU(kJ/mol/Ang)"))
"U(kJ/mol)", "U(kJ/mol)", "U(kJ/mol)", "F(kJ/mol/Ang)"))
return false;

for (auto n = 0; n < nPoints; ++n)
Expand Down

0 comments on commit 9cc4082

Please sign in to comment.