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
67971bf4
Commit
67971bf4
authored
Jan 10, 2011
by
Mark Friedrichs
Browse files
Rename file
parent
cf3d54fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/amoeba/serialization/include/openmm/serialization/AmoebaMultipoleProxy.h
...ation/include/openmm/serialization/AmoebaMultipoleProxy.h
+2
-2
No files found.
plugins/amoeba/serialization/include/openmm/serialization/AmoebaMultipole.h
→
plugins/amoeba/serialization/include/openmm/serialization/AmoebaMultipole
Proxy
.h
View file @
67971bf4
...
@@ -41,9 +41,9 @@ namespace OpenMM {
...
@@ -41,9 +41,9 @@ namespace OpenMM {
* This is a proxy for serializing AmoebaUreyBradleyForce objects.
* This is a proxy for serializing AmoebaUreyBradleyForce objects.
*/
*/
class
OPENMM_EXPORT
AmoebaMultipole
:
public
SerializationProxy
{
class
OPENMM_EXPORT
AmoebaMultipole
ForceProxy
:
public
SerializationProxy
{
public:
public:
AmoebaMultipole
();
AmoebaMultipole
ForceProxy
();
void
serialize
(
const
void
*
object
,
SerializationNode
&
node
)
const
;
void
serialize
(
const
void
*
object
,
SerializationNode
&
node
)
const
;
void
*
deserialize
(
const
SerializationNode
&
node
)
const
;
void
*
deserialize
(
const
SerializationNode
&
node
)
const
;
};
};
...
...
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