1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

revert x0 variable

This commit is contained in:
hrocho 2020-12-15 02:09:49 +01:00
parent a2041ab72d
commit aef1c73450

View File

@ -188,17 +188,6 @@ namespace catima{
*/
double I() const {return i_potential;};
/**
* set radiation length in g/cm2 unit
* @param value - radiation length in g/cm2 unit, if 0 default radiation length will be calculated
*/
Material& X0(double value){_X0 = value;return *this;}
/**
* return radiation length in g/cm2 unit
*/
double X0(){return _X0;}
/**
* return number density of atoms/molecules per cm3 in 10^23 units
*/