Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2006, 12:04:21 AM (18 years ago)
Author:
bensch
Message:

loadParam descriptions can be printed nicely, and also switched on and off globally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param.cc

    r9771 r9775  
    5757void LoadParamBase::setDescriptionValues(const ClassID& classID, unsigned int paramCount, const MultiType* const defaultValues, bool retVal)
    5858{
    59   LoadParamClassDescription::setValuesOf(classID, paramName, paramCount, defaultValues, retVal);
     59  if(LoadParamClassDescription::createsDescriptions())
     60    LoadParamClassDescription::setValuesOf(classID, paramName, paramCount, defaultValues, retVal);
    6061}
    6162
Note: See TracChangeset for help on using the changeset viewer.