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
344805a8
Commit
344805a8
authored
Jul 23, 2009
by
Peter Eastman
Browse files
copyAndPadString() is now static
parent
8f8f0786
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/FortranWrapper_Source.xslt
wrappers/FortranWrapper_Source.xslt
+1
-1
No files found.
wrappers/FortranWrapper_Source.xslt
View file @
344805a8
...
...
@@ -100,7 +100,7 @@ void OPENMM_VEC3ARRAY_GET(const OpenMM_Vec3Array* const& array, const int&am
}
/* OpenMM_StringArray */
void copyAndPadString(char* dest, const char* source, int length) {
static
void copyAndPadString(char* dest, const char* source, int length) {
bool reachedEnd = false;
for (int i = 0; i
<
length; i++) {
if (source[i] == 0)
...
...
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