Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Aug 23, 2024
1 parent 9aa5b56 commit 2e61028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/DevTests/TropicalCyclone/prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Problem::init_custom_pert(
// Get vortex location
const Real Xc = parms.Xc_0;
const Real Yc = parms.Yc_0;
const Real v_max = parms.VMAX;
const Real v_max = parms.VMAX;
const Real R_max = parms.RMAX;
const Real R_0 = parms.RZERO;
const Real z_0 = parms.ZZERO;
Expand Down

0 comments on commit 2e61028

Please sign in to comment.