mirror of
https://github.com/gwm17/catima.git
synced 2024-11-26 12:08:52 -05:00
revert x0 variable
This commit is contained in:
parent
a2041ab72d
commit
aef1c73450
11
structures.h
11
structures.h
|
@ -188,17 +188,6 @@ namespace catima{
|
||||||
*/
|
*/
|
||||||
double I() const {return i_potential;};
|
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
|
* return number density of atoms/molecules per cm3 in 10^23 units
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user