ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/bilayerSys.hpp
Revision: 498
Committed: Mon Apr 14 21:22:54 2003 UTC (21 years, 5 months ago) by mmeineke
File size: 151 byte(s)
Log Message:
working on the system builder

File Contents

# User Rev Content
1 mmeineke 498 #ifndef __BILYAERSYS_H__
2     #define __BILAYERSYS_H__
3    
4     #include "sysBuild.hpp"
5    
6     extern void buildBilayer( sysBuildInfo info );
7    
8     #endif // __bilayersys_h__