removed useless function

This commit is contained in:
Jay Robson 2024-01-17 14:19:01 +11:00
parent 6c7da36cf5
commit f9b48f37a3
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class sample
double efficiency = 0;
void display(std::ostream& o) const;
void absorb_fast_neutrons();
void absorb_slow_neutrons();
public: