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
012188b8
Unverified
Commit
012188b8
authored
Mar 14, 2023
by
Peter Eastman
Committed by
GitHub
Mar 14, 2023
Browse files
Added missing include in SWIG header (#3999)
parent
48b6abc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/src/swig_doxygen/swigInputBuilder.py
wrappers/python/src/swig_doxygen/swigInputBuilder.py
+1
-0
No files found.
wrappers/python/src/swig_doxygen/swigInputBuilder.py
View file @
012188b8
...
@@ -711,6 +711,7 @@ class SwigInputBuilder:
...
@@ -711,6 +711,7 @@ class SwigInputBuilder:
self
.
fOut
.
write
(
"/* Swig input file,
\n
"
)
self
.
fOut
.
write
(
"/* Swig input file,
\n
"
)
self
.
fOut
.
write
(
"%sgenerated by %s on %s
\n
*/
\n\n\n
"
self
.
fOut
.
write
(
"%sgenerated by %s on %s
\n
*/
\n\n\n
"
%
(
INDENT
,
sys
.
argv
[
0
],
time
.
asctime
()))
%
(
INDENT
,
sys
.
argv
[
0
],
time
.
asctime
()))
self
.
fOut
.
write
(
"%include
\"
factory.i
\"\n
"
)
self
.
fOut
.
write
(
"
\n
namespace OpenMM {
\n\n
"
)
self
.
fOut
.
write
(
"
\n
namespace OpenMM {
\n\n
"
)
self
.
writeFactories
()
self
.
writeFactories
()
self
.
writeGlobalConstants
()
self
.
writeGlobalConstants
()
...
...
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