fixed little bug

This commit is contained in:
James McClure
2014-06-05 18:47:30 -04:00
parent 16799996f3
commit aa0dfe00a8

View File

@@ -2399,7 +2399,7 @@ int main(int argc, char **argv)
if (timestep%RESTART_INTERVAL == 0){
if (pBC){
err = fabs(sat_w - sat_w_previous);
sat_w_prev = sat_w;
sat_w_previous = sat_w;
if (rank==0) printf("Timestep %i: change in saturation since last checkpoint is %f \n", timestep, err);
}
else{