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
(22 years 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
#
Content
1
#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__