SWMM 2008 - Stormwater Management Model
SWMM 5, Watersheds, Water Quality, Technology, Hydrology, Hydraulics - Watershed
Robert E Dickinson
created this social network on Ning.

© 2008 Created by Robert E Dickinson on Ning. Create your own social network
Badges | Report An Issue | SWMM 5 Blog | Privacy | Terms of Service
Comment Wall (1 comment)
You need to be a member of SWMM 2008 - Stormwater Management Model to add comments!
Join this network
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"