Changeset 835 for cpp/frams/genetics
- Timestamp:
- 12/05/18 21:02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_general.cpp
r821 r835 417 417 if (sticks.size() == 1) 418 418 { 419 stickconnections.push_back(pair<fH_StickHandle *, fH_StickHandle *>( NULL, sticks[0]));419 stickconnections.push_back(pair<fH_StickHandle *, fH_StickHandle *>(nullptr, sticks[0])); 420 420 sticksorder.push_back(0); 421 421 return; … … 457 457 458 458 // two found handles are the beginning of creature body 459 stickconnections.push_back(pair<fH_StickHandle *, fH_StickHandle *>( NULL, left));459 stickconnections.push_back(pair<fH_StickHandle *, fH_StickHandle *>(nullptr, left)); 460 460 stickconnections.push_back(pair<fH_StickHandle *, fH_StickHandle *>(left, right)); 461 461
Note: See TracChangeset
for help on using the changeset viewer.