Skip to content

Commit

Permalink
remove printf averages.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
khavernathy committed Jul 6, 2019
1 parent 23e7467 commit 9e1829e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/averages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ void computeAveragesMDuVT(System &system) {
system.stats.volume.calcNewStats();

// DENSITY
printf("density\n");
for (i=0; i<system.proto.size(); i++) {
system.stats.density[i].value = system.stats.movablemass[i].value/(system.stats.volume.value*1e-24)/system.constants.amu2kg; // that's mass in g /mL
system.stats.density[i].calcNewStats();
Expand Down

0 comments on commit 9e1829e

Please sign in to comment.