mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Turn Particle.coord_ into a std::vector (remove MAX_COORD)
This commit is contained in:
parent
d70cfda07c
commit
86d187a0a7
8 changed files with 15 additions and 25 deletions
|
|
@ -243,9 +243,6 @@ coverage
|
|||
Compile and link code instrumented for coverage analysis. This is typically
|
||||
used in conjunction with gcov_.
|
||||
|
||||
maxcoord
|
||||
Maximum number of nested coordinate levels in geometry. Defaults to 10.
|
||||
|
||||
To set any of these options (e.g. turning on debug mode), the following form
|
||||
should be used:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue