Skip to content

Commit

Permalink
fix spelling of truncation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Oct 13, 2024
1 parent 1fc5ab9 commit dd92570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/unit_test_world_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3473,10 +3473,10 @@ TEST_CASE("WorldBuilder Types: Segment Object")
{
#define TYPE Segment
const WorldBuilder::Point<2> thickness(1,2,invalid);
const WorldBuilder::Point<2> top_trucation(3,4,invalid);
const WorldBuilder::Point<2> top_truncation(3,4,invalid);
const WorldBuilder::Point<2> angle(5,6,invalid);
Objects::TYPE<Features::FaultModels::Temperature::Interface, Features::FaultModels::Composition::Interface, Features::FaultModels::Grains::Interface>
type (1.0, thickness, top_trucation, angle,
type (1.0, thickness, top_truncation, angle,
std::vector<std::shared_ptr<Features::FaultModels::Temperature::Interface> >(),
std::vector<std::shared_ptr<Features::FaultModels::Composition::Interface> >(),
std::vector<std::shared_ptr<Features::FaultModels::Grains::Interface> >());
Expand Down

0 comments on commit dd92570

Please sign in to comment.