Skip to content

Commit 60f2e4a

Browse files
authored
Merge pull request #75 from JETSCAPE/ritoban/IpglasmaVzFlowCorrection
Vz fix IP-GLASMA Grid Saved
2 parents e6d4e5b + 005dee4 commit 60f2e4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hydro/HydroFromFile.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,9 @@ void HydroFromFile::GetHydroInfo(
295295
temp_fluid_cell_ptr->vz = z / (t + 1e-15);
296296
#endif
297297
} else if (hydro_type_ < 6) {
298-
t_local = tau_local*cosh(eta_local);
299-
z_local = tau_local*sinh(eta_local);
300298
hydroinfo_MUSIC_ptr->getHydroValues(x_local, y_local, z_local, t_local,
301299
temp_fluid_cell_ptr);
302300
} else if (hydro_type_ < 9) {
303-
t_local = tau_local*cosh(eta_local);
304-
z_local = tau_local*sinh(eta_local);
305301
if (tau_local < PreEq_tauf_) {
306302
hydroinfo_PreEq_ptr->getHydroValues(x_local, y_local, z_local, t_local,
307303
temp_fluid_cell_ptr);

0 commit comments

Comments
 (0)