From 5ed66df7fd9105c8d22946ac7527481bd8f451da Mon Sep 17 00:00:00 2001 From: shriwise Date: Thu, 6 Sep 2018 16:15:13 -0500 Subject: [PATCH] Replacing missing doc string --- include/openmc/cell.h | 1 + 1 file changed, 1 insertion(+) 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;