preserve native type when its a scalar so that enum regression tests

excercise relevant subcomponents of GDD
This commit is contained in:
Jeff Hill
2005-10-27 23:47:01 +00:00
parent 0640cc0995
commit d6c8de87de

View File

@@ -107,7 +107,7 @@ caStatus exScalarPV::updateValue ( const gdd & valueIn )
if ( ! pValue.valid () ) {
this->pValue = new gddScalar (
gddAppType_value, aitEnumFloat64 );
gddAppType_value, this->info.getType () );
if ( ! pValue.valid () ) {
return S_casApp_noMemory;
}