mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
remove USE_FCD
This commit is contained in:
parent
32f896b96e
commit
2b0cde0cb7
1 changed files with 0 additions and 13 deletions
|
|
@ -1,7 +1,3 @@
|
|||
/*
|
||||
$Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef WIN32
|
||||
|
|
@ -45,12 +41,7 @@ void util_speak(const char *string)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef CRAY
|
||||
#define FATR
|
||||
void UTIL_SPEAK(const char *string, int len)
|
||||
#else
|
||||
void util_speak_(const char *string, int len)
|
||||
#endif
|
||||
{
|
||||
#ifdef SPEECH
|
||||
char buf[256];
|
||||
|
|
@ -62,11 +53,7 @@ void util_speak_(const char *string, int len)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if defined(USE_FCD)
|
||||
void FATR UTIL_SPEAK_INIT(const char *host, integer *fp, int len)
|
||||
#else
|
||||
void util_speak_init_(const char *host, integer *fp, int len)
|
||||
#endif
|
||||
{
|
||||
#ifdef SPEECH
|
||||
char buf[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue