Skip to content

Commit

Permalink
less output
Browse files Browse the repository at this point in the history
  • Loading branch information
fbischoff committed Dec 6, 2023
1 parent c9886f2 commit 5532e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mp2/mp2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main(int argc, char** argv) {

double mp3_energy=mp3_correction+mp2_energy;
if(world.rank() == 0) {
printf("final hf/mp2/mp3/total energy %12.8f %12.8f %12.8f\n",
printf("final hf/mp2/mp3/total energy %12.8f %12.8f %12.8f %12.8f\n",
hf_energy,mp2_energy,mp3_correction,hf_energy+mp3_energy);
}
} catch (std::exception& e) {
Expand Down

0 comments on commit 5532e7e

Please sign in to comment.