diff --git a/flash2d/src/options-sphere/ADV_wind_stacked.f90 b/flash2d/src/options-sphere/ADV_wind_stacked.f90 index 7c225e7b4ed2c2c446c9525ee65dade220983efa..bdb68ff2c9281211c2129388b3479652b94ad2c5 100644 --- a/flash2d/src/options-sphere/ADV_wind_stacked.f90 +++ b/flash2d/src/options-sphere/ADV_wind_stacked.f90 @@ -428,12 +428,9 @@ WRITE(GRID_parameters%ioout,*) & '***** reshaping core data arrays ... *****' -! r_flowx = reshape(r_auxx, shape(r_flowx), order=(/4,3,2,1/)) -! r_flowy = reshape(r_auxy, shape(r_flowy), order=(/4,3,2,1/)) -! r_flowz = reshape(r_auxz, shape(r_flowz), order=(/4,3,2,1/)) - r_flowx = r_auxx - r_flowy = r_auxy - r_flowz = r_auxz + r_flowx = reshape(r_auxx, shape(r_flowx), order=(/4,3,2,1/)) + r_flowy = reshape(r_auxy, shape(r_flowy), order=(/4,3,2,1/)) + r_flowz = reshape(r_auxz, shape(r_flowz), order=(/4,3,2,1/)) DEALLOCATE(r_auxx, r_auxy, r_auxz) !---------- Fix mask values