source: molecuilder/src/analysis_bonds.cpp@ 1fcedd

Last change on this file since 1fcedd was 341850, checked in by Frederik Heber <heber@…>, 16 years ago

Added initial analysis_bonds.cpp and unit test for Analysis of bonds.

  • analysis_bonds.cpp shall contain bond analysis tools, such as mean bond length, bond numbers, ...
  • unit test for it is in place, copied from bondgraphunittest.cpp, as we will need a bond graph anyway.
  • Makefile.am has nor ANALYSISSOURCE and ...HEADER definitions and above is added.
  • unittests/Makefile.am has unit test incorporated.
  • make check runs fine.
  • Property mode set to 100644
File size: 83 bytes
Line 
1/*
2 * analysis_bonds.cpp
3 *
4 * Created on: Nov 7, 2009
5 * Author: heber
6 */
7
Note: See TracBrowser for help on using the repository browser.