diff --git a/Source/IO/Plotfile.cpp b/Source/IO/Plotfile.cpp index c0a971f97..09be7891a 100644 --- a/Source/IO/Plotfile.cpp +++ b/Source/IO/Plotfile.cpp @@ -1001,7 +1001,7 @@ ERF::WritePlotFile (int which, Vector plot_var_names) { Real qv = S_arr(i,j,k,RhoQ1_comp) / S_arr(i,j,k,Rho_comp); Real T = getTgivenRandRTh(S_arr(i,j,k,Rho_comp), S_arr(i,j,k,RhoTheta_comp), qv); - Real pressure = getPgivenRTh(S_arr(i,j,k,RhoTheta_comp), qv); + Real pressure = getPgivenRTh(S_arr(i,j,k,RhoTheta_comp), qv) * Real(0.01); erf_qsatw(T, pressure, derdat(i,j,k,mf_comp)); }); }