Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlaschke committed Dec 3, 2018
1 parent de5cb48 commit 273ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/EB/AMReX_EB_LSCoreBase.H
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public:
void WriteCheckpointFile () const;

const MultiFab * getLevelSet(int n) const {return & level_set[n];}
const MultiFab * getValid(int n) const {return & level_set_valid[n];}
const iMultiFab * getValid(int n) const {return & level_set_valid[n];}

protected:

Expand Down

0 comments on commit 273ca8b

Please sign in to comment.