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

# 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