Skip to content

Commit 77e1e54

Browse files
author
Sam Hatchett
committed
fixes certain output mappings
1 parent d8ab3d7 commit 77e1e54

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
*.sh text eol=lf

owa-epanet/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = "owa-epanet",
9-
version = "1.0.1",
9+
version = "1.0.2",
1010
author = "Sam Hatchett",
1111
author_email = "[email protected]",
1212
description = "a thin wrapper for epanet hydraulic toolkit",

owa-epanet/wrapper/toolkit.i

+5-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ struct Project {};
8181
};
8282

8383
%apply long *OUTPUT {
84-
long *value
85-
}
84+
long *value,
85+
long *currentTime,
86+
long *tStep,
87+
long *timeLeft
88+
};
8689

8790
%cstring_bounded_output(char *OUTCHAR, EN_MAXMSG);
8891

0 commit comments

Comments
 (0)