ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysbuilder/bilayerSys.hpp
Revision: 678
Committed: Mon Aug 11 22:12:31 2003 UTC (20 years, 11 months ago) by chuckv
File size: 162 byte(s)
Log Message:
Arranged sysbuilder into a subdirectory. Fixed some of sysbuilder to work with new
atom allocation in libmdtools.

File Contents

# User Rev Content
1 chuckv 678 #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__