mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
HvD: Suppressed the compilation of r1mach and dgamma in gaussq_netlib.F and
removed the inclusion of se_defs.fh from raktest_semi.F so the code in the develop directory compiles if someone wants that.
This commit is contained in:
parent
efc1afe775
commit
8063359ffd
2 changed files with 5 additions and 1 deletions
|
|
@ -617,6 +617,7 @@ C ON FIRST CALL, IF NO DATA UNCOMMENTED, TEST MACHINE TYPES.
|
|||
*}
|
||||
END
|
||||
|
||||
#ifdef DONOT_COMPILE
|
||||
double precision function dgamma (x)
|
||||
c jan 1984 edition. w. fullerton, c3, los alamos scientific lab.
|
||||
c jan 1994 wpp@ips.id.ethz.ch, ehg@research.att.com declare xsml
|
||||
|
|
@ -752,6 +753,7 @@ c
|
|||
c
|
||||
return
|
||||
end
|
||||
#endif
|
||||
function alog (x)
|
||||
c june 1977 edition. w. fullerton, c3, los alamos scientific lab.
|
||||
dimension alncs(6), center(4), alncen(5)
|
||||
|
|
@ -1943,6 +1945,7 @@ C REMOVE THE FOLLOWING LINE IF FORTRAN66 IS PREFERRED TO FORTRAN77.
|
|||
* exit(1);return 0; /* for compilers that complain of missing return values */
|
||||
*}
|
||||
END
|
||||
#ifdef DONOT_COMPILE
|
||||
REAL FUNCTION R1MACH(I)
|
||||
INTEGER I
|
||||
C
|
||||
|
|
@ -2157,6 +2160,7 @@ C
|
|||
* exit(1); return 0; /* for compilers that complain of missing return values */
|
||||
*}
|
||||
END
|
||||
#endif
|
||||
subroutine fdump
|
||||
call errquit(' FDUMP / NETLIB ',0, UNKNOWN_ERR)
|
||||
stop "boem"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "inp.fh"
|
||||
#include "rtdb.fh"
|
||||
#include "stdio.fh"
|
||||
#include "se_defs.fh"
|
||||
c#include "se_defs.fh"
|
||||
c
|
||||
c::passed
|
||||
integer rtdb ![input] rtdb handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue