Difference for src/NamdCentLB.C from version 1.124 to 1.125

version 1.124version 1.125
Line 1
Line 1
 /***************************************************************************** /*****************************************************************************
  * $Source: /home/cvs/namd/cvsroot/namd2/src/NamdCentLB.C,v $  * $Source: /home/cvs/namd/cvsroot/namd2/src/NamdCentLB.C,v $
  * $Author: jim $  * $Author: jim $
  * $Date: 2015/01/16 21:36:18 $  * $Date: 2017/03/30 20:06:17 $
  * $Revision: 1.124 $  * $Revision: 1.125 $
  *****************************************************************************/  *****************************************************************************/
  
 #if !defined(WIN32) || defined(__CYGWIN__) #if !defined(WIN32) || defined(__CYGWIN__)
Line 115
Line 115
 #endif #endif
  
   double averageLoad = 0.;   double averageLoad = 0.;
   double avgCompute;   double avgCompute = 0.;
   {   if ( nMoveableComputes ) {
    int i;    int i;
    double total = 0.;    double total = 0.;
    double maxCompute = 0.;    double maxCompute = 0.;


Legend:
Removed in v.1.124 
changed lines
 Added in v.1.125



Made by using version 1.53 of cvs2html