mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Replacing missing doc string
This commit is contained in:
parent
f8d4d56aa8
commit
5ed66df7fd
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ public:
|
|||
virtual bool
|
||||
contains(Position p, Direction u, int32_t on_surface) const = 0;
|
||||
|
||||
//! Find the oncoming boundary of this cell.
|
||||
virtual std::pair<double, int32_t>
|
||||
distance(Position p, Direction u, int32_t on_surface) const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue