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
1c094341
Commit
1c094341
authored
Jan 26, 2011
by
Mark Friedrichs
Browse files
Removed System from header file for AmoebaOpenMM; overlapped w/ one from OpenMM
parent
80a1d9e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/amoeba/wrappers/CWrapper_Header.xslt
plugins/amoeba/wrappers/CWrapper_Header.xslt
+1
-1
No files found.
plugins/amoeba/wrappers/CWrapper_Header.xslt
View file @
1c094341
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<xsl:variable
name=
"vector_tortor_type_id"
select=
"/GCC_XML/Class[starts-with(@name, 'vector<std::vector<std::vector<double')]/@id"
/>
<xsl:variable
name=
"vector_tortor_type_id"
select=
"/GCC_XML/Class[starts-with(@name, 'vector<std::vector<std::vector<double')]/@id"
/>
<!-- Do not generate functions for the following classes -->
<!-- Do not generate functions for the following classes -->
<xsl:variable
name=
"skip_classes"
select=
"('Vec3', 'Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory', 'ContextImpl', 'OpenMMException', 'Force', 'ForceImpl')"
/>
<xsl:variable
name=
"skip_classes"
select=
"('Vec3', 'Kernel',
'System',
'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory', 'ContextImpl', 'OpenMMException', 'Force', 'ForceImpl')"
/>
<!-- Do not generate the following functions -->
<!-- Do not generate the following functions -->
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<!-- Suppress any function which references any of the following classes -->
<!-- Suppress any function which references any of the following classes -->
...
...
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