Skip to content

Commit

Permalink
Make the protected object public to use its functions elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
alarshi committed Jul 7, 2023
1 parent 406b2cd commit b6e9da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/aspect/initial_composition/slab_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ namespace aspect
void
parse_parameters (ParameterHandler &prm) override;

protected:
/**
* An object of ascii data boundary to input subducted slab depths
* and thicknesses.
*/
Utilities::AsciiDataBoundary<dim> slab_boundary;

protected:

/**
* Cache the surface boundary id to avoid unnecessary lookups.
*/
Expand Down

0 comments on commit b6e9da5

Please sign in to comment.