Changeset 7978 for code/branches/usability/src/modules/pickup
- Timestamp:
- Feb 27, 2011, 3:11:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/src/modules/pickup/PickupRepresentation.cc
r7548 r7978 156 156 { 157 157 COUT(4) << "PickupRepresentation: No spawner representation found." << std::endl; 158 if(this->spawnerTemplate_ == BLANKSTRING)158 if(this->spawnerTemplate_ == "") 159 159 { 160 160 COUT(4) << "PickupRepresentation: Spawner template is empty." << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.