Changeset b84ab4 for molecuilder/src/unittests
- Timestamp:
- Oct 30, 2009, 3:49:38 PM (16 years ago)
- Children:
- 245826
- Parents:
- 5f697c
- git-author:
- Frederik Heber <heber@…> (10/30/09 15:33:51)
- git-committer:
- Frederik Heber <heber@…> (10/30/09 15:49:38)
- File:
-
- 1 edited
-
molecuilder/src/unittests/bondgraphunittest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/bondgraphunittest.cpp
r5f697c rb84ab4 79 79 filename = new string("test.dat"); 80 80 ofstream test(filename->c_str()); 81 test << "# Hydrogen\tCarbon\n1.\t1.2\n1.2\t1.5" << endl; 81 test << ".\tH\tC\n"; 82 test << "H\t1.\t1.2\n"; 83 test << "C\t1.2\t1.5\n"; 82 84 BG = new BondGraph(true); 83 85 };
Note:
See TracChangeset
for help on using the changeset viewer.
