Changeset 6415 for geovis


Ignore:
Timestamp:
Jul 1, 2016 12:11:54 PM (8 years ago)
Author:
ldelgass
Message:

Fix spurious error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Renderer.cpp

    r6404 r6415  
    287287    }
    288288
    289     if (itr == _colorMaps.end()) {
     289    if (!doALl && itr == _colorMaps.end()) {
    290290        ERROR("Unknown ColorMap %s", id.c_str());
    291291        return;
Note: See TracChangeset for help on using the changeset viewer.