Added default value for mapping.

This commit is contained in:
Ulrich Germann 2015-11-04 20:58:57 +00:00
parent b733804fdc
commit a6fb88a074

View File

@ -457,6 +457,8 @@ void StaticData::LoadDecodeGraphs()
params = m_parameter->GetParam("mapping");
if (params && params->size()) {
mappingVector = *params;
} else {
mappingVector.assign(1,"0 T 0");
}
params = m_parameter->GetParam("max-chart-span");