Changeset e960b1
- Timestamp:
- Nov 7, 2009, 12:27:15 PM (16 years ago)
- Children:
- 548cbf
- Parents:
- e462b3
- git-author:
- Frederik Heber <heber@…> (11/07/09 12:26:07)
- git-committer:
- Frederik Heber <heber@…> (11/07/09 12:27:15)
- Location:
- molecuilder/src/unittests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/bondgraphunittest.cpp
re462b3 re960b1 82 82 test << "H\t1.\t1.2\n"; 83 83 test << "C\t1.2\t1.5\n"; 84 test.close(); 84 85 BG = new BondGraph(true); 85 86 }; -
molecuilder/src/unittests/bondgraphunittest.hpp
re462b3 re960b1 11 11 #include <cppunit/extensions/HelperMacros.h> 12 12 13 #include "bondgraph.hpp"14 13 14 class BondGraph; 15 15 class element; 16 16 class molecule;
Note:
See TracChangeset
for help on using the changeset viewer.