ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysbuilder/randomBilayer.hpp
Revision: 876
Committed: Wed Dec 10 16:52:46 2003 UTC (21 years, 5 months ago) by mmeineke
File size: 162 byte(s)
Log Message:
edited the makefile to add randomBilayer to the build. Also move the random bilayer builder from
bilayerSys to randomBilayer

File Contents

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