source: molecuilder/src/analysis_bonds.hpp@ 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: 554 bytes
Line 
1/*
2 * analysis_bonds.hpp
3 *
4 * Created on: Nov 7, 2009
5 * Author: heber
6 */
7
8#ifndef ANALYSIS_BONDS_HPP_
9#define ANALYSIS_BONDS_HPP_
10
11using namespace std;
12
13/*********************************************** includes ***********************************/
14
15// include config.h
16#ifdef HAVE_CONFIG_H
17#include <config.h>
18#endif
19
20
21/****************************************** forward declarations *****************************/
22
23
24/********************************************** declarations *******************************/
25
26#endif /* ANALYSIS_BONDS_HPP_ */
Note: See TracBrowser for help on using the repository browser.