Difference for src/GlobalMasterIMD.h from version 1.5 to 1.6

version 1.5version 1.6
Line 34
Line 34
   // flag for whether to proceed with simulation when there are no connections   // flag for whether to proceed with simulation when there are no connections
   int IMDwait;   int IMDwait;
  
   // flag for whether to ignore forces   // flag for whether to ignore all user input
   int IMDignore;   int IMDignore;
  
    // flag for whether to ignore only forces
    int IMDignoreForces;
  
   // My server socket handle   // My server socket handle
   void *sock;   void *sock;
  


Legend:
Removed in v.1.5 
changed lines
 Added in v.1.6



Made by using version 1.53 of cvs2html