X-Git-Url: http://git.treefish.org/~alex/phys/su2clebsch.git/blobdiff_plain/a02d886eef0f2fb5c434d094ff34064aa62eed2e..a622ebcd74418e5b942db3bb51452e2931eb2d93:/su2clebsch.hpp diff --git a/su2clebsch.hpp b/su2clebsch.hpp index 87e01bf..955868c 100644 --- a/su2clebsch.hpp +++ b/su2clebsch.hpp @@ -1,6 +1,8 @@ #ifndef SU2CLEBSCH_HPP #define SU2CLEBSCH_HPP +using namespace std; + namespace su2clebsch { struct prestore { @@ -9,6 +11,7 @@ namespace su2clebsch { double *cgcdata; public: prestore(unsigned int _max2j); + ~prestore(); friend double cgc (int factor1_2j, int factor1_2m, int factor2_2j, int factor2_2m, int irrep_2j, int irrep_2m, const prestore& Prestore);