From be3aa1af71765a0b43dd775b8f2363a19a4c8759 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 18 Mar 2020 10:50:09 +0100 Subject: [PATCH] Removed divide by zero for travis --- src/determinants/determinants.irp.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/determinants/determinants.irp.f b/src/determinants/determinants.irp.f index 79621648..71ee3d89 100644 --- a/src/determinants/determinants.irp.f +++ b/src/determinants/determinants.irp.f @@ -771,7 +771,7 @@ subroutine apply_excitation(det, exc, res, ok, Nint) case default print *, degree print *, "apply ex" - print *, 1.d0/0.d0 ! For traceback +! print *, 1.d0/0.d0 ! For traceback STOP end select ! END INLINE