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
2364b7f3
Commit
2364b7f3
authored
Aug 19, 2009
by
Michael Sherman
Browse files
Fix bug in Fortran module generation.
parent
5fd032eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/FortranWrapper_Header.xslt
wrappers/FortranWrapper_Header.xslt
+1
-1
No files found.
wrappers/FortranWrapper_Header.xslt
View file @
2364b7f3
...
@@ -263,7 +263,7 @@ END MODULE OpenMM
...
@@ -263,7 +263,7 @@ END MODULE OpenMM
type (
<xsl:value-of
select=
"$name"
/>
) target
type (
<xsl:value-of
select=
"$name"
/>
) target
integer*4 size
integer*4 size
end
end
subroutine
<xsl:value-of
select=
"$name"
/>
_append(target, value
subroutine
<xsl:value-of
select=
"$name"
/>
_append(target, value
)
use OpenMM_Types; implicit none
use OpenMM_Types; implicit none
type (
<xsl:value-of
select=
"$name"
/>
) target
type (
<xsl:value-of
select=
"$name"
/>
) target
<xsl:value-of
select=
"$element_type"
/>
value
<xsl:value-of
select=
"$element_type"
/>
value
...
...
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