Placeholder namespace for global functions in O2scl_part . More...
Functions | |
void | nucdist_set (std::vector< nucleus > &dist, nucmass &nm, std::string expr="1", int maxA=400, bool include_neutron=false) |
Set a distribution of nuclei from a mass formula and a function string. More... | |
This namespace is created to help doxygen understand functions in O2scl_part that are in the o2scl
namespace. Functions documented here should be called using, for example,
o2scl::nucdist_set(dist,nm);
void o2scl_part::nucdist_set | ( | std::vector< nucleus > & | dist, |
nucmass & | nm, | ||
std::string | expr = "1" , |
||
int | maxA = 400 , |
||
bool | include_neutron = false |
||
) |
Given a nuclear mass formula nm
, this adds nuclei to a std::vector
object. The function expr
, a function of Z
and N
, determines which nuclei will be added to the distribution.
o2scl
namespace. Unfortunately doxygen has difficulty extending namespaces in separate doxyfile instances. Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).