EPA SWMM5 and SWMM5 in Autodesk Innovyze
Melbourne
You need to be a member of SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM to add comments!
Join SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM
Comments are closed.
Gender
Male
Location
Relationship Status:
Married
Please check your browser settings or contact your system administrator.
Comments
The MST File Generator is supposed to be run inside of SWMM 5 to make the MST file. Here is the headers.h file:
//-----------------------------------------------------------------------------
// headers.h
//
// Project: EPA SWMM5
// Version: 5.0
// Date: 6/19/07 (Build 5.0.010)
// Author: L. Rossman
//
// Header files included in most SWMM5 modules.
//
// DO NOT CHANGE THE ORDER OF THE #INCLUDE STATEMENTS
//-----------------------------------------------------------------------------
#include
#include "consts.h"
#include "macros.h"
#include "enums.h"
#include "error.h"
#include "datetime.h"
#include "objects.h"
#include "funcs.h"
#include "text.h"
#include "keywords.h"
#define EXTERN extern
#include "globals.h"