*** empty log message ***

This commit is contained in:
jiri 2006-09-11 15:49:34 +00:00
parent b0a83b6d6e
commit 9ad44fc092
2 changed files with 4 additions and 1 deletions

View File

@ -719,7 +719,7 @@ public:
//we cannot return reference due to the possible sign change
//stored values are for i>j a>b
inline T operator() (unsigned int i, unsigned int j, unsigned int a, unsigned int b)
inline T operator() (unsigned int i, unsigned int j, unsigned int a, unsigned int b) const
{
#ifdef DEBUG
if(i<1||i>nocc ||j<1||j>nocc|| a<1||a>nvrt||b<1||b>nvrt) laerror("T2ijab_aces fourindex out of range")

View File

@ -261,4 +261,7 @@ for(int i=1; i<=(1<<power); ++i) //unfortunatelly, here we have to repeat it man
return result;
}
//@@@ power series matrix logarithm?
//@@@ interface to expokit?
#endif