From 8e81d008e065355ce2570e508144a208e0b39c58 Mon Sep 17 00:00:00 2001 From: "Bryant E. McDonnell" Date: Thu, 24 Aug 2017 11:23:53 -0600 Subject: [PATCH] Another Try --- src/toolkitAPI.h | 14 -------------- tools/clangformatter.py | 1 - 2 files changed, 15 deletions(-) diff --git a/src/toolkitAPI.h b/src/toolkitAPI.h index a0e1d100f..2862d53c4 100644 --- a/src/toolkitAPI.h +++ b/src/toolkitAPI.h @@ -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); diff --git a/tools/clangformatter.py b/tools/clangformatter.py index dcf40fc5e..674b7f747 100644 --- a/tools/clangformatter.py +++ b/tools/clangformatter.py @@ -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',