SWMM  5.2.0
Documentation
Loading...
Searching...
No Matches
main.c File Reference

Main stub for the command line version of EPA SWMM 5.3. More...

#include <string.h>
#include <stdio.h>
#include <time.h>
#include "swmm5.h"
Include dependency graph for main.c:

Functions

int main (int argc, char *argv[])
 Main function for the command line version of EPA SWMM 5.3.
 

Detailed Description

Main stub for the command line version of EPA SWMM 5.3.

Author
L. Rossman
Date
2021-03-24

This is the main stub for the command line version of EPA SWMM 5.3 to be run with swmm5.dll.

Version
5.3

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main function for the command line version of EPA SWMM 5.3.

Parameters
[in]argcNumber of command line arguments
[in]argvArray of command line arguments
Returns
Error status

Runs the command line version of EPA SWMM 5.2. Command line may be executed using the following command:

runswmm input_file report_file [output_file]

where input_file = name of input file (typically with extension .inp), report_file = name of report file (typically with extension .rpt), and output_file = name of binary output file if saved or blank if not aved (typically with extension .out).

Here is the call graph for this function: