Skip to content

Commit

Permalink
add Ok to coordsys (AMReX-Codes#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTSandberg authored Jun 21, 2022
1 parent bd42ade commit 104466d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/Base/AMReX_CoordSys.H
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ public:
// //! Initialize after construction.
// void define (const Real* cell_dx);

//! Is ok?
bool Ok () const noexcept { return ok; }

//! Set the CoordType.
void SetCoord (CoordType coord) noexcept { c_sys = coord; }

Expand Down

0 comments on commit 104466d

Please sign in to comment.