ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/EAM_FF.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/EAM_FF.cpp (file contents):
Revision 814 by mmeineke, Thu Oct 23 19:57:25 2003 UTC vs.
Revision 859 by mmeineke, Mon Nov 10 21:50:36 2003 UTC

# Line 1 | Line 1
1 < #include <cstdlib>
2 < #include <cstdio>
3 < #include <cstring>
1 > #include <stdlib.h>
2 > #include <stdio.h>
3 > #include <string.h>
4  
5   #include <iostream>
6   using namespace std;
# Line 272 | Line 272 | void EAM_FF::calcRcut( void ){
272    MPI_Allreduce( &tempEamRcut, &eamRcut, 1, MPI_DOUBLE, MPI_MAX,
273                   MPI_COMM_WORLD);
274   #endif  //is_mpi
275 <  entry_plug->setRcut(eamRcut);
275 >  entry_plug->setDefaultRcut(eamRcut);
276   }
277  
278  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines