NWChem/src/develop/debtest.F

17 lines
400 B
FortranFixed
Raw Permalink Normal View History

1996-03-15 22:04:26 +00:00
Logical Function DEBTest(RTDB)
C$Id$
Implicit NONE
Integer RTDB
1994-06-14 22:00:36 +00:00
Logical Status
Logical SCF, RIMP2
External SCF, RIMP2
c$$$ Integer LUOut
c$$$ Parameter (LuOut = 6)
#include "stdio.fh"
*********************************************#include "stdio_init.fh"
1994-06-14 22:00:36 +00:00
Status = SCF( RTDB)
Status = RIMP2( RTDB)
1996-03-15 22:04:26 +00:00
DEBTest = Status
Return
End