Changeset 247d49 for molecuilder/src
- Timestamp:
- Jan 8, 2010, 5:48:35 PM (16 years ago)
- Children:
- e6fe8a
- Parents:
- e651e7
- Location:
- molecuilder/src
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
re651e7 r247d49 2 2 ATOMHEADER = atom.hpp atom_atominfo.hpp atom_bondedparticle.hpp atom_bondedparticleinfo.hpp atom_graphnode.hpp atom_graphnodeinfo.hpp atom_particleinfo.hpp atom_trajectoryparticle.hpp atom_trajectoryparticleinfo.hpp 3 3 4 LINALGSOURCE = gslmatrix.cpp gslvector.cpp 5 LINALGHEADER = gslmatrix.hpp gslvector.hpp 4 LINALGSOURCE = gslmatrix.cpp gslvector.cpp linearsystemofequations.cpp 5 LINALGHEADER = gslmatrix.hpp gslvector.hpp linearsystemofequations.hpp 6 6 7 7 ANALYSISSOURCE = analysis_bonds.cpp analysis_correlation.cpp -
molecuilder/src/unittests/Makefile.am
re651e7 r247d49 15 15 GSLVectorUnitTest \ 16 16 InfoUnitTest \ 17 LinearSystemOfEquationsUnitTest \ 17 18 ListOfBondsUnitTest \ 18 19 LogUnitTest \
Note:
See TracChangeset
for help on using the changeset viewer.