ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/lattice/Makefile
Revision: 2633
Committed: Fri Mar 17 16:11:30 2006 UTC (18 years, 3 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

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