Skip to content

Commit

Permalink
Merge branch 'development' into add_cubic_interp
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Dec 26, 2023
2 parents 547fecf + c3509d4 commit 59885de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/model_parser/model_parser.H
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace model_string


///
/// return the index into the model coordinate such that
/// 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,
Expand Down

0 comments on commit 59885de

Please sign in to comment.