Difference for src/PmeKSpace.h from version 1.13 to 1.14

version 1.13version 1.14
Line 25
Line 25
 #endif //OPENATOM_VERSION #endif //OPENATOM_VERSION
   ~PmeKSpace();   ~PmeKSpace();
  
   double compute_energy(float q_arr[], const Lattice &lattice, double ewald, double virial[]);   double compute_energy(float q_arr[], const Lattice &lattice, double ewald, double virial[], int useCkLoop);
   double compute_energy_orthogonal_helper(float q_arr[], const Lattice &lattice, double ewald, double virial[]);   double compute_energy_orthogonal_helper(float q_arr[], const Lattice &lattice, double ewald, double virial[]);
   void compute_energy_orthogonal_subset(float q_arr[], double *recips, double partialVirial[], double *partialEnergy, int k1from, int k1to);   void compute_energy_orthogonal_subset(float q_arr[], double *recips, double partialVirial[], double *partialEnergy, int k1from, int k1to);
      


Legend:
Removed in v.1.13 
changed lines
 Added in v.1.14



Made by using version 1.53 of cvs2html