dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -186,7 +186,7 @@ featureProcessor::getFeatureValueArray(const Feature* f)
|
||||
if ( f -> value() -> type() == FeatureValue::array )
|
||||
return (FeatureValueArray*)(f -> value());
|
||||
else {
|
||||
MESSAGE(cerr, form("%s is not of an array type.", f -> name()));
|
||||
MESSAGE(cerr, form("%s is not of an array type.", f -> name().name()));
|
||||
throw(CASTHCREXCEPT hardCopyRendererException());
|
||||
}
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user