Skip to content

Commit

Permalink
Renames hephaestus to platypus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 21, 2024
1 parent c622019 commit 6ec9c8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HeaderFilterRegex: 'hephaestus/[ste]'
HeaderFilterRegex: 'platypus/[ste]'
Checks: '-*,readability-identifier-naming,readability-redundant-member-init,modernize-*,-modernize-use-trailing-return-type,-modernize-avoid-c-arrays'
CheckOptions:
- key: readability-identifier-naming.AggressiveDependentMemberLookup
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/problem/MFEMProblem.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "SystemBase.h"
#include "Transient.h"
#include "Steady.h"
#include "hephaestus.h"
#include "platypus.h"
#include "libmesh/string_to_enum.h"
#include "libmesh/point.h"

Expand Down
2 changes: 1 addition & 1 deletion src/actions/AddFormulationAction.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ InputParameters
AddFormulationAction::validParams()
{
InputParameters params = MooseObjectAction::validParams();
params.addClassDescription("Set the Hephaestus formulation to solve in the simulation.");
params.addClassDescription("Set the platypus formulation to solve in the simulation.");
return params;
}

Expand Down

0 comments on commit 6ec9c8f

Please sign in to comment.