Changeset da09739
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/analysisbondsunittest.cpp
r341850 rda09739 44 44 strcpy(hydrogen->symbol, "H"); 45 45 carbon = new element; 46 carbon->Z = 1;46 carbon->Z = 2; 47 47 strcpy(carbon->name, "carbon"); 48 48 strcpy(carbon->symbol, "C");
Note:
See TracChangeset
for help on using the changeset viewer.