mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
Fix confused static/extern function declarations in unused test codes
This commit is contained in:
parent
44eebc938a
commit
687c5bfba3
3 changed files with 5 additions and 5 deletions
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
#include "globalp.c.h"
|
||||
|
||||
static Integer countlist();
|
||||
|
||||
#ifdef TIMING
|
||||
#include "timing.h"
|
||||
|
|
@ -96,7 +97,6 @@ void MAIN1()
|
|||
extern TIMINGG test_timing;
|
||||
#endif
|
||||
|
||||
extern Integer countlist();
|
||||
extern void geneig_res();
|
||||
extern void b_ortho();
|
||||
extern void tim_com();
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@
|
|||
TIMINGG test_timing;
|
||||
#endif
|
||||
|
||||
extern Integer mxsync_();
|
||||
static Integer countlist();
|
||||
|
||||
#ifdef CRAY_T3D
|
||||
void MAIN1()
|
||||
|
|
@ -88,8 +90,6 @@ void MAIN1()
|
|||
extern TIMINGG test_timing;
|
||||
#endif
|
||||
|
||||
Integer countlist();
|
||||
|
||||
extern void tim_com();
|
||||
extern void mxend_();
|
||||
extern void mxinit_(), mxtime_();
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@
|
|||
TIMINGG test_timing;
|
||||
#endif
|
||||
|
||||
Integer static countlist();
|
||||
|
||||
|
||||
#ifdef CRAY_T3D
|
||||
void MAIN1()
|
||||
|
|
@ -84,8 +86,6 @@ static Integer IZERO = (Integer) 0;
|
|||
extern TIMINGG test_timing;
|
||||
#endif
|
||||
|
||||
static Integer countlist();
|
||||
|
||||
extern void tim_com();
|
||||
extern void mxend_();
|
||||
extern void mxinit_(), mxtime_();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue