Skip to content

Commit

Permalink
Remove unnessary comments and lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-yijun committed Jun 5, 2024
1 parent 233f146 commit dc5f50b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ namespace WorldBuilder
*/
void parse_entries(Parameters &prm, const std::vector<Point<2>> &coordinates) override final;



/**
* Returns a grains based on the given position, composition (e.g.
* olivine and/or enstatite)depth in the model, gravity and current grains.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ namespace WorldBuilder
const double feature_max_depth) const override final;

private:
// uniform grains submodule parameters
double min_depth;
double max_depth;
std::vector<unsigned int> grains;
Expand Down

0 comments on commit dc5f50b

Please sign in to comment.