File tree 2 files changed +11
-9
lines changed
swmm-toolkit/src/swmm/toolkit
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
! .git *
6
6
7
+ .vscode
8
+
7
9
.DS_Store
8
10
9
11
* .pyc
Original file line number Diff line number Diff line change 45
45
};
46
46
47
47
%apply double *OUTPUT {
48
+ double *elapsedTime,
48
49
double *value
49
50
};
50
51
52
+ %apply float *OUTPUT {
53
+ float *runoffErr,
54
+ float *flowErr,
55
+ float *qualErr
56
+ };
57
+
51
58
%apply signed char *OUTPUT {
52
59
signed char *value
53
60
};
314
321
}
315
322
316
323
// CANONICAL API
317
- int swmm_run (char *f1, char *f2, char *f3);
318
- int swmm_open (char *f1, char *f2, char *f3);
319
- int swmm_start (int saveFlag);
320
- int swmm_step (double *OUTPUT);
321
- int swmm_end (void );
322
- int swmm_report (void );
323
- int swmm_getMassBalErr (float *OUTPUT, float *OUTPUT, float *OUTPUT);
324
- int swmm_close (void );
325
- int swmm_getVersionInfo (char ** major, char ** minor, char ** patch);
324
+ %include " swmm5.h"
325
+
326
326
327
327
328
328
// TOOLKIT API
You can’t perform that action at this time.
0 commit comments