ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/interface_implementation/LJ_FF.cpp
(Generate patch)

Comparing trunk/mdtools/interface_implementation/LJ_FF.cpp (file contents):
Revision 230 by chuckv, Thu Jan 9 19:40:38 2003 UTC vs.
Revision 234 by mmeineke, Fri Jan 10 21:56:06 2003 UTC

# Line 33 | Line 33 | LJ_FF::LJ_FF(){
33   #endif
34  
35  
36 + // declaration of functions needed to wrap the fortran module
37 +
38 + extern "C" {
39 +  void forcefactory_( char* forceName,
40 +                      int* status,
41 +                      void (*wrapFunction)( void (*
42 +
43 +
44 +
45   LJ_FF::LJ_FF(){
46  
47    char fileName[200];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines