Changeset e651e7 for molecuilder
- Timestamp:
- Jan 8, 2010, 5:46:51 PM (16 years ago)
- Children:
- 247d49
- Parents:
- 22b47e
- Location:
- molecuilder/src
- Files:
-
- 6 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
gslmatrix.cpp (added)
-
gslmatrix.hpp (added)
-
unittests/Makefile.am (modified) (1 diff)
-
unittests/gslmatrixsymmetricunittest.cpp (added)
-
unittests/gslmatrixsymmetricunittest.hpp (added)
-
unittests/gslmatrixunittest.cpp (added)
-
unittests/gslmatrixunittest.hpp (added)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
r22b47e re651e7 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 = gsl vector.cpp5 LINALGHEADER = gsl vector.hpp4 LINALGSOURCE = gslmatrix.cpp gslvector.cpp 5 LINALGHEADER = gslmatrix.hpp gslvector.hpp 6 6 7 7 ANALYSISSOURCE = analysis_bonds.cpp analysis_correlation.cpp -
molecuilder/src/unittests/Makefile.am
r22b47e re651e7 11 11 AnalysisPairCorrelationUnitTest \ 12 12 BondGraphUnitTest \ 13 GSLMatrixSymmetricUnitTest \ 14 GSLMatrixUnitTest \ 13 15 GSLVectorUnitTest \ 14 16 InfoUnitTest \
Note:
See TracChangeset
for help on using the changeset viewer.
