mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Correct spelling error in output.
This commit is contained in:
parent
ae3a0f4a3b
commit
ec3ef05b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -1722,7 +1722,7 @@ UnstructuredMesh::bins_crossed(const Particle* p,
|
|||
lengths.push_back((hit.first - last_dist) / track_len);
|
||||
} else {
|
||||
// if in the loop, we should always find a tet
|
||||
warning("No tet found for location between trianle hits");
|
||||
warning("No tet found for location between triangle hits");
|
||||
}
|
||||
last_dist = hit.first;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue