Skip to content

Commit

Permalink
make function public
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Jan 5, 2024
1 parent ee31571 commit 9533e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ROMSX.H
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,8 @@ public:
const amrex::Real time,
const int bdy_var_type);

void init_beta_plane_coriolis (int lev);

private:

///////////////////////////
Expand Down Expand Up @@ -693,8 +695,6 @@ private:
void init_coriolis_from_netcdf (int lev);
#endif // ROMSX_USE_NETCDF

void init_beta_plane_coriolis (int lev);

// write checkpoint file to disk
void WriteCheckpointFile () const;

Expand Down

0 comments on commit 9533e6f

Please sign in to comment.