Changeset 5dba7a for molecuilder/src/unittests/bondgraphunittest.cpp
- Timestamp:
- Mar 12, 2010, 1:16:01 PM (16 years ago)
- Children:
- d639c7
- Parents:
- 1e0785
- File:
-
- 1 edited
-
molecuilder/src/unittests/bondgraphunittest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/bondgraphunittest.cpp
r1e0785 r5dba7a 51 51 strcpy(hydrogen->symbol, "H"); 52 52 carbon = new element; 53 carbon->Z = 1;53 carbon->Z = 2; 54 54 strcpy(carbon->name, "carbon"); 55 55 strcpy(carbon->symbol, "C");
Note:
See TracChangeset
for help on using the changeset viewer.
