Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
1980f05f
Commit
1980f05f
authored
Jan 13, 2010
by
Mark Friedrichs
Browse files
Rename Obc force to be consistent w/ manual name
parent
199e3e35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libraries/validate/src/ValidateOpenMM.cpp
libraries/validate/src/ValidateOpenMM.cpp
+2
-2
No files found.
libraries/validate/src/ValidateOpenMM.cpp
View file @
1980f05f
...
...
@@ -41,8 +41,8 @@ const std::string ValidateOpenMM::NB_SOFTCORE_FORCE = "NbSoftcore"
const
std
::
string
ValidateOpenMM
::
NB_EXCEPTION_FORCE
=
"NbException"
;
const
std
::
string
ValidateOpenMM
::
NB_EXCEPTION_SOFTCORE_FORCE
=
"NbSoftcoreException"
;
const
std
::
string
ValidateOpenMM
::
GBSA_OBC_FORCE
=
"
Obc
"
;
const
std
::
string
ValidateOpenMM
::
GBSA_OBC_SOFTCORE_FORCE
=
"
Obc
Softcore"
;
const
std
::
string
ValidateOpenMM
::
GBSA_OBC_FORCE
=
"
GBSAOBC
"
;
const
std
::
string
ValidateOpenMM
::
GBSA_OBC_SOFTCORE_FORCE
=
"
GBSAOBC
Softcore"
;
const
std
::
string
ValidateOpenMM
::
GBVI_FORCE
=
"GBVI"
;
const
std
::
string
ValidateOpenMM
::
GBVI_SOFTCORE_FORCE
=
"GBVISoftcore"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment