mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update include/openmc/geometry.h
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5e323539ff
commit
235b662775
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ inline bool coincident(double d1, double d2) {
|
|||
//! Check for overlapping cells at a particle's position.
|
||||
//==============================================================================
|
||||
|
||||
bool check_cell_overlap(Particle* p, bool error=true);
|
||||
bool check_cell_overlap(Particle* p, bool error=true);
|
||||
|
||||
//==============================================================================
|
||||
//! Locate a particle in the geometry tree and set its geometry data fields.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue