Ignore:
Timestamp:
Aug 18, 2009, 8:48:06 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
66ce7a
Parents:
3de1d2
git-author:
Frederik Heber <heber@…> (08/18/09 08:38:46)
git-committer:
Frederik Heber <heber@…> (08/18/09 08:48:06)
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r3de1d2 rda84d6  
    1111
    1212# Checks for programs.
     13AM_PATH_CPPUNIT(1.9.6)
    1314AC_PROG_CXX
    1415AC_PROG_CC
     16AC_PROG_INSTALL
    1517AC_CHECK_PROG([LATEX],[latex],[latex],[:])
    1618AC_CHECK_PROG([BIBTEX],[bibtex],[bibtex],[:])
Note: See TracChangeset for help on using the changeset viewer.