00001 #ifndef RadialDistributions_H 00002 #define RadialDistributions_H 00003 00004 #include "Array1D.h" 00005 00006 using namespace std; 00007 00014 class RadialDistributions 00015 { 00016 public: 00017 00026 static Array1D<double> getRadialArray(int Z, int n); 00027 00028 }; 00029 00030 #endif