diff --git a/include/openmc/cell.h b/include/openmc/cell.h index 1a549e449..37bed7975 100644 --- a/include/openmc/cell.h +++ b/include/openmc/cell.h @@ -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 distance(Position p, Direction u, int32_t on_surface) const = 0;