mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Getting my test case during the Memorial Day sale!
This commit is contained in:
parent
d55e2fa480
commit
7c31e7cccf
2 changed files with 11 additions and 1 deletions
10
src/develop/debtest.F
Normal file
10
src/develop/debtest.F
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Subroutine DEBTest(RTDB)
|
||||
Implicit NONE
|
||||
Integer RTDB
|
||||
Integer LUOut
|
||||
Parameter (LuOut = 6)
|
||||
C#include "stdio.fh"
|
||||
C#include "stdio_init.fh"
|
||||
Write (LuOut, *) 'Just a placeholder!'
|
||||
Return
|
||||
End
|
||||
Loading…
Add table
Add a link
Reference in a new issue