Changeset 732da7
- Timestamp:
- Apr 26, 2010, 4:22:17 PM (15 years ago)
- Children:
- caab20
- Parents:
- 5a2599 (diff), da09739 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/analysisbondsunittest.cpp
r5a2599 r732da7 48 48 strcpy(hydrogen->symbol, "H"); 49 49 carbon = new element; 50 carbon->Z = 1;50 carbon->Z = 2; 51 51 carbon->Valence = 4; 52 52 carbon->NoValenceOrbitals = 4;
Note:
See TracChangeset
for help on using the changeset viewer.