Difference for src/HomePatch.h from version 1.1089 to 1.1090

version 1.1089version 1.1090
Line 41
Line 41
  
 class ProxyNodeAwareSpanningTreeMsg; class ProxyNodeAwareSpanningTreeMsg;
  
  class ComputeQMMgr;
  
 class HomePatch : public Patch { class HomePatch : public Patch {
   friend class PatchMgr;   friend class PatchMgr;
   friend class Sequencer;   friend class Sequencer;
Line 194
Line 196
   // methods for QM (ExtForces replacement)   // methods for QM (ExtForces replacement)
   void replaceForces(ExtForce *f);   void replaceForces(ExtForce *f);
  
    void qmSwapAtoms();
    
   // load-balancing trigger   // load-balancing trigger
   void submitLoadStats(int timestep);   void submitLoadStats(int timestep);
  


Legend:
Removed in v.1.1089 
changed lines
 Added in v.1.1090



Made by using version 1.53 of cvs2html