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

version 1.1089version 1.1090
Line 298
Line 298
     int computesPartitioned;     int computesPartitioned;
 }; };
  
  //Modifications for alchemical fep
  static char *FEPTITLE(int X)
  {
    static char tmp_string[21];
    sprintf(tmp_string, "FepEnergy: %6d ",X);
    return tmp_string;
  }
  
  static char *TITITLE(int X)
  {
    static char tmp_string[21];
    sprintf(tmp_string, "TI:     %7d",X);
    return tmp_string;
  }
  //fepe
  
 #endif // CONTROLLER_H #endif // CONTROLLER_H
  


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



Made by using version 1.53 of cvs2html