| version 1.1289 | version 1.1290 |
|---|
| |
| /***************************************************************************** | /***************************************************************************** |
| * $Source: /home/cvs/namd/cvsroot/namd2/src/WorkDistrib.C,v $ | * $Source: /home/cvs/namd/cvsroot/namd2/src/WorkDistrib.C,v $ |
| * $Author: jim $ | * $Author: jim $ |
| * $Date: 2016/09/14 15:47:33 $ | * $Date: 2016/09/29 20:31:47 $ |
| * $Revision: 1.1289 $ | * $Revision: 1.1290 $ |
| *****************************************************************************/ | *****************************************************************************/ |
| | |
| /** \file WorkDistrib.C | /** \file WorkDistrib.C |
| |
| if ( node->simParameters->extForcesOn ) | if ( node->simParameters->extForcesOn ) |
| mapComputeHomePatches(computeExtType); | mapComputeHomePatches(computeExtType); |
| | |
| | if ( node->simParameters->qmForcesOn ) |
| | mapComputeHomePatches(computeQMType); |
| | |
| if ( node->simParameters->GBISserOn ) | if ( node->simParameters->GBISserOn ) |
| mapComputeHomePatches(computeGBISserType); | mapComputeHomePatches(computeGBISserType); |
| | |