removed useless function

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

View File

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