removed useless function
This commit is contained in:
parent
1c5661f925
commit
d01de129e0
|
@ -26,7 +26,6 @@ class sample
|
|||
double efficiency = 0;
|
||||
|
||||
void display(std::ostream& o) const;
|
||||
void absorb_fast_neutrons();
|
||||
void absorb_slow_neutrons();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue