- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/analysisbondsunittest.cpp
rbcf653 rd74077 1 /*2 * Project: MoleCuilder3 * Description: creates and alters molecular systems4 * Copyright (C) 2010 University of Bonn. All rights reserved.5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.6 */7 8 1 /* 9 2 * analysisbondsunittest.cpp … … 12 5 * Author: heber 13 6 */ 14 15 // include config.h16 #ifdef HAVE_CONFIG_H17 #include <config.h>18 #endif19 7 20 8 using namespace std; … … 36 24 #include "molecule.hpp" 37 25 #include "periodentafel.hpp" 38 #include " LinearAlgebra/Vector.hpp"26 #include "vector.hpp" 39 27 #include "World.hpp" 40 28
Note:
See TracChangeset
for help on using the changeset viewer.