ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/io/Globals.cpp
(Generate patch)

Comparing trunk/src/io/Globals.cpp (file contents):
Revision 2011 by gezelter, Wed Aug 6 19:27:37 2014 UTC vs.
Revision 2022 by gezelter, Fri Sep 26 22:22:28 2014 UTC

# Line 91 | Line 91 | namespace OpenMD {
91      DefineOptionalParameter(SurfaceTension, "surfaceTension");
92      DefineOptionalParameter(PrintPressureTensor, "printPressureTensor");
93      DefineOptionalParameter(ElectricField, "electricField");
94 +    DefineOptionalParameter(UniformField, "uniformField");
95 +    //DefineOptionalParameter(PeriodicField, "periodicField");
96 +    //DefineOptionalParameter(PeriodicFieldStrength, "periodicFieldStrength");
97 +    
98  
99      DefineOptionalParameter(TaggedAtomPair, "taggedAtomPair");
100      DefineOptionalParameter(PrintTaggedPairDistance, "printTaggedPairDistance");
# Line 158 | Line 162 | namespace OpenMD {
162                                              false);
163      DefineOptionalParameterWithDefaultValue(AccumulateBoxDipole,
164                                              "accumulateBoxDipole", false);
165 +    DefineOptionalParameterWithDefaultValue(AccumulateBoxQuadrupole,
166 +                                            "accumulateBoxQuadrupole", false);
167      DefineOptionalParameterWithDefaultValue(UseRestraints, "useRestraints",
168                                              false);
169      DefineOptionalParameterWithDefaultValue(Restraint_file, "Restraint_file",
# Line 182 | Line 188 | namespace OpenMD {
188      deprecatedKeywords_.insert("minimizerGTol");
189      deprecatedKeywords_.insert("minimizerLSTol");
190      deprecatedKeywords_.insert("minimizerLSMaxIter");
191 +    deprecatedKeywords_.insert("electricField");
192  
193      
194    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines