Changeset 5a84ee for util/configure.ac


Ignore:
Timestamp:
Apr 15, 2010, 12:34:20 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
e34098
Parents:
35bab2
Message:

Rewrite of average.cpp and added first UnitTest.

  • average.cpp is now called averager.cpp and uses a function AverageColumns().
  • new function AverageColumns(): takes an input streamd and a set of column indices for which averages shall be computed
  • Introduced unit tests to Utils part of ESPACK:
    • new unit test AverageColumnsUnitTest testing the above.
    • Makefile generation introduced into configure.ac
    • subdir forked in Makefile.am
File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/configure.ac

    r35bab2 r5a84ee  
    1010
    1111# Checks for programs.
     12AM_PATH_CPPUNIT(1.9.6)
    1213AC_PROG_CC
    1314AC_PROG_CXX
     
    4546
    4647AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr])
    47 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
     48AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/unittests/Makefile])
    4849AC_CONFIG_FILES([src/AnalysePASFromEllipsoids.py \
    4950                src/AnalyseStressResults.py
Note: See TracChangeset for help on using the changeset viewer.