diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf2a38a..2804243d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.6) project (cint C) set(cint_SOVERSION "3") -set(cint_VERSION "3.0.18") +set(cint_VERSION "3.0.19") #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -DNDEBUG") if ("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/include/cint.h.in b/include/cint.h.in index 1845741d..82243e61 100644 --- a/include/cint.h.in +++ b/include/cint.h.in @@ -31,6 +31,7 @@ #define PTR_COORD 1 #define NUC_MOD_OF 2 #define PTR_ZETA 3 +#define PTR_FRAC_CHARGE 3 #define RESERVE_ATMLOT1 4 #define RESERVE_ATMLOT2 5 #define ATM_SLOTS 6