ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/lattice/Makefile
Revision: 905
Committed: Fri Mar 17 16:11:30 2006 UTC (19 years, 2 months ago) by chuckv
File size: 205 byte(s)
Log Message:
Generic Shaped Lattice for oopse. Can overload to get spherical or nanorod.

File Contents

# User Rev Content
1 gezelter 482 Package = lattice
2    
3     Source = \
4     Lattice.cpp \
5 tim 486 CubicLattice.cpp \
6     FCCLattice.cpp \
7 chuckv 905 LatticeFactory.cpp \
8     shapedLattice.cpp
9 gezelter 482
10     RmiSource =
11    
12     Main =
13    
14     DEV_ROOT=../..
15     include $(DEV_ROOT)/make/Makefile
16