Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-glerum committed Mar 18, 2024
1 parent 8b35425 commit f321926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/aspect/mesh_deformation/fastscape.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ namespace aspect
* a sea level of zero will represent the initial maximum unperturbed
* Y (2D) or Z (3D) extent of the ASPECT domain. A negative value of
* the sea level means the sea level lies below the initial unperturbed
* top boundary of the domain.
* top boundary of the domain.
*/
double sea_level;

Expand Down
3 changes: 2 additions & 1 deletion source/mesh_deformation/fastscape.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ namespace aspect
"Please change it to type generic so that it does not affect material properties."));
}
if (this->introspection().compositional_name_exists("deposition_depth"))
{ const std::vector<std::string>::const_iterator
{
const std::vector<std::string>::const_iterator
it = std::find(chemical_field_names.begin(), chemical_field_names.end(), "deposition_depth");
AssertThrow (it == chemical_field_names.end(),
ExcMessage("There is a field deposition_depth that is of type chemical composition. "
Expand Down

0 comments on commit f321926

Please sign in to comment.