Changeset caab20 for molecuilder/src
- Timestamp:
- Apr 26, 2010, 4:35:42 PM (15 years ago)
- Children:
- 326a42d
- Parents:
- 732da7 (diff), 8758eb (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/World.cpp
r732da7 rcaab20 20 20 { 21 21 cell_size = new double[6]; 22 cell_size[0] = 20.; 23 cell_size[1] = 0.; 24 cell_size[2] = 20.; 25 cell_size[3] = 0.; 26 cell_size[4] = 0.; 27 cell_size[5] = 20.; 22 28 DefaultName = new char[MAXSTRINGSIZE]; 23 29 strcpy(DefaultName, "none");
Note:
See TracChangeset
for help on using the changeset viewer.