10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-08-26 14:31:44 +02:00

Removed traceback

This commit is contained in:
Anthony Scemama 2018-07-27 11:38:34 +02:00
parent 6fa4aec346
commit 93f1f74108

View File

@ -721,7 +721,7 @@ subroutine apply_excitation(det, exc, res, ok, Nint)
case default case default
print *, degree print *, degree
print *, "apply ex" print *, "apply ex"
print *, 1.d0/0.d0 ! For traceback ! print *, 1.d0/0.d0 ! For traceback
STOP STOP
end select end select
! END INLINE ! END INLINE