10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

Removed divide by zero for travis

This commit is contained in:
Anthony Scemama 2020-03-18 10:50:09 +01:00
parent 79f47d024b
commit be3aa1af71

View File

@ -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