Difference for src/BackEnd.C from version 1.79 to 1.80

version 1.79version 1.80
Line 212
Line 212
  
   GroupInitMsg *msg = new GroupInitMsg;   GroupInitMsg *msg = new GroupInitMsg;
   msg->group = group;   msg->group = group;
   CProxy_Node::ckNew(msg);   CkGroupID node = CProxy_Node::ckNew(msg);
    
    CkStartQD(CkCallback(CkIndex_Node::exitScheduler((CkQdMsg*)0), CkMyPe(), node));
    CsdScheduler(-1);
 } }
  
 char *gNAMDBinaryName = NULL; char *gNAMDBinaryName = NULL;


Legend:
Removed in v.1.79 
changed lines
 Added in v.1.80



Made by using version 1.53 of cvs2html