ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/ForceFieldOptions.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/ForceFieldOptions.cpp (file contents):
Revision 2518 by gezelter, Thu Dec 8 22:05:16 2005 UTC vs.
Revision 2519 by chuckv, Fri Dec 23 23:04:25 2005 UTC

# Line 38 | Line 38
38   * University of Notre Dame has been advised of the possibility of
39   * such damages.
40   */
41 <
41 > #define __C
42   #include "io/ForceFieldOptions.hpp"
43 + #include "UseTheForce/fForceOptions.h"
44 + #include "UseTheForce/DarkSide/fForceOptions_interface.h"
45   namespace oopse {
46  
47      ForceFieldOptions::ForceFieldOptions() {
# Line 57 | Line 59 | namespace oopse {
59        DefineOptionalParameterWithDefaultValue(dielectric, "dielectric", 1.0);
60      }
61  
62 +
63 +  void ForceFieldOptions::tellFortranOptions(){
64 +    ForceOptions fortranForceOptions;
65 +    
66 +    fortranForceOptions.vdw14scale = this->getvdw14scale();
67 +    fortranForceOptions.vdw14scale = this->getvdw14scale();
68 +    
69 +
70 +  }
71 +
72   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines