Last change
on this file since 66ce7a was da84d6, checked in by Frederik Heber <heber@…>, 16 years ago |
Incorporation of Unit test on class Vector.
- new file leastsquaremin.[ch]pp has least square minimisation which is otherwise unclean between classes molecules and Vector
Unit test (later tests rely on good results of earlier ones)
changes to class Vector:
- Vector::IsNull() -> IsZero()
- new function Vector::IsOne() similar to IsZero()
- BUGFIX: Vector::IsNULL() (thx to unit test :)
- Tesselation::getAngle() changed due to above rename
|
-
Property mode
set to
100755
|
File size:
1.4 KB
|
Rev | Line | |
---|
[da84d6] | 1 | SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp moleculelist.cpp molecules.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp
|
---|
| 2 | HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
|
---|
[a0bcf1] | 3 |
|
---|
[da84d6] | 4 | bin_PROGRAMS = molecuilder joiner analyzer VectorUnitTest
|
---|
[a0bcf1] | 5 | molecuilderdir = ${bindir}
|
---|
[e08f45] | 6 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
---|
[da84d6] | 7 | molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER}
|
---|
[375dcf] | 8 | joiner_SOURCES = joiner.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
|
---|
| 9 | analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
|
---|
[a0bcf1] | 10 |
|
---|
[da84d6] | 11 | TESTS = VectorUnitTest
|
---|
| 12 | check_PROGRAMS = $(TESTS)
|
---|
| 13 | VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp
|
---|
| 14 | VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 15 | VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
[44fa6a] | 16 |
|
---|
[bb28e0] | 17 | EXTRA_DIST = ${molecuilder_DATA}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.