Skip to content

Commit 19526b0

Browse files
committed
Fix typos
1 parent aa05804 commit 19526b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

palace/utils/geodata_impl.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,8 @@ DeterminePeriodicVertexMapping(std::unique_ptr<mfem::Mesh> &mesh,
978978
}
979979

980980
// A periodic mesh saved after nonconformal AMR retains only one of the two periodic
981-
// boundary ttributes. Exactly one of the two sets being empty is thus the signature of an
982-
// already-periodic mesh: skip MakePeriodic by returning an empty mapping. Both sets
981+
// boundary attributes. Exactly one of the two sets being empty is thus the signature of
982+
// an already-periodic mesh: skip MakePeriodic by returning an empty mapping. Both sets
983983
// empty means the config names attributes not present in the mesh at all.
984984
MFEM_VERIFY(!bdr_v_donor.empty() || !bdr_v_receiver.empty(),
985985
"No boundary elements found for donor or receiver attributes of a periodic "
@@ -1065,4 +1065,4 @@ DeterminePeriodicVertexMapping(std::unique_ptr<mfem::Mesh> &mesh,
10651065
mesh_tol);
10661066
}
10671067

1068-
} // namespace palace::mesh
1068+
} // namespace palace::mesh

0 commit comments

Comments
 (0)