Skip to content

Commit

Permalink
remove last vec_t3 and vec_s3
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 19, 2023
1 parent 0b0ac6a commit 50a5e13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/TimeIntegration/ROMSX_advance_3d_ml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ void ROMSX::advance_3d_ml (int lev, Real dt_lev)
FillPatch(lev, t_new[lev], *yvel_new[lev], yvel_new);
FillPatch(lev, t_new[lev], *zvel_new[lev], zvel_new);

FillPatch(lev, t_new[lev], *vec_t3[lev], GetVecOfPtrs(vec_t3));
FillPatch(lev, t_new[lev], *vec_s3[lev], GetVecOfPtrs(vec_s3));
FillPatch(lev, t_new[lev], *vec_sstore[lev], GetVecOfPtrs(vec_sstore));

auto N = Geom(lev).Domain().size()[2]-1; // Number of vertical "levs" aka, NZ

Expand Down

0 comments on commit 50a5e13

Please sign in to comment.