Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 18, 2023
1 parent 5032dc4 commit 2543d6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Util/model_parser/model_parser.H
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ namespace model_string
///
/// return the index into the model coordinate, loc, such that
/// model::profile(model_index).r(loc) < r < model::profile(model_index).r(loc+1)
/// if r < model::profile(model_index).r(0) then we return 0, likewise
/// if r > model::profile(model_index).r(model::npts-2) then we return model::npt-2,
/// since this will give us the interval [npts-2, npts-1] to interpolate in
///
AMREX_INLINE AMREX_GPU_HOST_DEVICE
int
Expand Down

0 comments on commit 2543d6c

Please sign in to comment.