ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/bilayerSys.hpp
Revision: 501
Committed: Tue Apr 15 21:20:35 2003 UTC (21 years, 5 months ago) by mmeineke
File size: 162 byte(s)
Log Message:
finished bilayerSys.cpp

sysBuild still need to write the bass file.

MoLocator.cpp is currently empty

File Contents

# User Rev Content
1 mmeineke 498 #ifndef __BILYAERSYS_H__
2     #define __BILAYERSYS_H__
3    
4    
5 mmeineke 501 // returns 1 if successful, 0 otherwise
6 mmeineke 498
7 mmeineke 501 extern int buildBilayer( int isRandom );
8    
9 mmeineke 498 #endif // __bilayersys_h__