]> git.treefish.org Git - phys/su2clebsch.git/blobdiff - su2clebsch.hpp
Fixed prestore mapping.
[phys/su2clebsch.git] / su2clebsch.hpp
index 87e01bf75020b7d2ffc5414e53ce3d196edc2d73..955868c04f9871279d5c58308bf73466fac81a7b 100644 (file)
@@ -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);