| version 1.1053 | version 1.1054 |
|---|
| |
| extern "C" int gethostname( char *name, int namelen); | extern "C" int gethostname( char *name, int namelen); |
| #endif | #endif |
| | |
| | class Vector; |
| | |
| #include "ProcessorPrivate.h" | #include "ProcessorPrivate.h" |
| #include "Node.decl.h" | #include "Node.decl.h" |
| | |
| |
| | |
| void reloadGridforceGrid(const char *key); | void reloadGridforceGrid(const char *key); |
| void reloadGridforceGrid(int gridnum); | void reloadGridforceGrid(int gridnum); |
| | void updateGridScale(char* key, Vector scale); |
| | void updateGridScale(int gridnum, float sx, float sy, float sz); |
| | |
| void reloadStructure(const char *, const char *); | void reloadStructure(const char *, const char *); |
| void resendMolecule(); | void resendMolecule(); |