Skip to content

Commit

Permalink
Another Try
Browse files Browse the repository at this point in the history
  • Loading branch information
bemcdonnell committed Aug 24, 2017
1 parent b817811 commit 8e81d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/toolkitAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ extern "C" {
void DLLEXPORT swmm_getAPIError(int errcode, char *s);

// Input API Exportable Functions
/**
@brief runs a complete EPANET simulation
@param inpFile pointer to name of input file (must exist)
@param rptFile pointer to name of report file (to be created)
@param binOutFile pointer to name of binary output file (to be created)
@param callback a callback function that takes a character string (char *) as
its only parameter.
@return error code
The callback function should reside in and be used by the calling
code to display the progress messages that EPANET generates
as it carries out its computations. If this feature is not
needed then the argument should be NULL.
*/
int DLLEXPORT swmm_getSimulationUnit(int type, int *value);
int DLLEXPORT swmm_getSimulationAnalysisSetting(int type, int *value);
int DLLEXPORT swmm_getSimulationParam(int type, double *value);
Expand Down
1 change: 0 additions & 1 deletion tools/clangformatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
'src/table.c',
'src/text.h',
'src/toolkitAPI.c',
'src/toolkitAPI.h',
'src/toposort.c',
'src/transect.c',
'src/treatmnt.c',
Expand Down

0 comments on commit 8e81d00

Please sign in to comment.