From d1cb9dbdea9d777833cd7f2148ea7ac5bcdb7d8b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 28 Aug 2016 11:07:02 +0200 Subject: basis: add the basis of even cosines --- basis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'basis.h') diff --git a/basis.h b/basis.h index 6b6f3c4..68c9597 100644 --- a/basis.h +++ b/basis.h @@ -26,6 +26,7 @@ enum BSEvalType { enum BasisFamily { BASIS_FAMILY_SB_EVEN, + BASIS_FAMILY_COS_EVEN, }; typedef struct BasisSetContext BasisSetContext; -- cgit v1.2.3