Difference for src/Node.h from version 1.1053 to 1.1054

version 1.1053version 1.1054
Line 25
Line 25
 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"
  
Line 97
Line 99
  
   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();


Legend:
Removed in v.1.1053 
changed lines
 Added in v.1.1054



Made by using version 1.53 of cvs2html