Skip to content

Commit

Permalink
Fix build without libint
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Dec 11, 2021
1 parent 9c38bdd commit 93e3453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libint_wrapper.F
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ SUBROUTINE cp_libint_get_3eri_derivs(n_c, n_b, n_a, lib, p_work, a_mysize)
MARK_USED(lib)
MARK_USED(p_work)
MARK_USED(a_mysize)
MARK_USED(p_work_tmp)
CPABORT("This CP2K executable has not been linked against the required library libint.")
#endif

Expand Down Expand Up @@ -461,7 +460,6 @@ SUBROUTINE cp_libint_get_2eri_derivs(n_b, n_a, lib, p_work, a_mysize)
MARK_USED(lib)
MARK_USED(p_work)
MARK_USED(a_mysize)
MARK_USED(p_work_tmp)
CPABORT("This CP2K executable has not been linked against the required library libint.")
#endif

Expand Down

0 comments on commit 93e3453

Please sign in to comment.