From 932aba08713f2784c6dd0aadefd325dacbd582d8 Mon Sep 17 00:00:00 2001 From: jiri Date: Sat, 16 Sep 2006 13:50:28 +0000 Subject: [PATCH] *** empty log message *** --- fourindex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fourindex.h b/fourindex.h index c4ed0e7..4390edc 100644 --- a/fourindex.h +++ b/fourindex.h @@ -729,6 +729,7 @@ if(i<1||i>nocc ||j<1||j>nocc|| a<1||a>nvrt||b<1||b>nvrt) laerror("T2ijab_aces fo if (!NRMat::v) laerror("access to unallocated fourindex_dense"); #endif int minus=0; +if(i==j||a==b) return (T)0; if(i::operator() ((i-2)*(i-1)/2+j-1, (a-2)*(a-1)/2+b-1);