Skip to content

Commit

Permalink
amended #127 fixes for the case where max-am is not given as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed May 13, 2019
1 parent c049c31 commit 3fc6f9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions export/fortran/libint_f.F90
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ MODULE libint_f
#endif
#ifdef LIBINT2_MAX_AM_default
INTEGER, PARAMETER :: libint2_max_am_default = LIBINT2_MAX_AM_default
#else
# error "LIBINT2_MAX_AM_default is expected to be defined, libint2_params.h is misgenerated"
#endif
#ifdef LIBINT2_MAX_AM_default1
INTEGER, PARAMETER :: libint2_max_am_default1 = LIBINT2_MAX_AM_default1
#else
INTEGER, PARAMETER :: libint2_max_am_default1 = LIBINT2_MAX_AM_default
#endif
#ifdef LIBINT2_MAX_AM_default2
INTEGER, PARAMETER :: libint2_max_am_default2 = LIBINT2_MAX_AM_default2
#else
INTEGER, PARAMETER :: libint2_max_am_default2 = LIBINT2_MAX_AM_default
#endif
#ifdef LIBINT2_MAX_AM_eri
INTEGER, PARAMETER :: libint2_max_am_eri = LIBINT2_MAX_AM_eri
Expand Down

0 comments on commit 3fc6f9a

Please sign in to comment.