From d01de129e01d36e35e6e48e8d5203125f927bd9d Mon Sep 17 00:00:00 2001 From: Jay Robson Date: Wed, 17 Jan 2024 14:19:01 +1100 Subject: [PATCH] removed useless function --- src/reactor/fuel/sample.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reactor/fuel/sample.hpp b/src/reactor/fuel/sample.hpp index c34b5fb..937d3af 100644 --- a/src/reactor/fuel/sample.hpp +++ b/src/reactor/fuel/sample.hpp @@ -26,7 +26,6 @@ class sample double efficiency = 0; void display(std::ostream& o) const; - void absorb_fast_neutrons(); void absorb_slow_neutrons(); public: