- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/bondgraphunittest.hpp
r4eb4fe re5ad5c 11 11 #include <cppunit/extensions/HelperMacros.h> 12 12 13 #include "bondgraph.hpp" 13 14 14 class BondGraph;15 15 class element; 16 16 class molecule; … … 37 37 38 38 molecule *TestMolecule; 39 const element *hydrogen; 40 const element *carbon; 39 element *hydrogen; 40 element *carbon; 41 periodentafel *tafel; 41 42 42 43 BondGraph *BG;
Note:
See TracChangeset
for help on using the changeset viewer.