Commit 3bfaefac authored by ml's avatar ml

Changed to old co_eFT

parent 7f9bce0b
...@@ -274,7 +274,7 @@ dvmsFctn* dvms_GetFctns(const co_mFormat* fmp) ...@@ -274,7 +274,7 @@ dvmsFctn* dvms_GetFctns(const co_mFormat* fmp)
fctns[pwr_eTix_Float32] = NULL; fctns[pwr_eTix_Float32] = NULL;
fctns[pwr_eTix_Float64] = NULL; fctns[pwr_eTix_Float64] = NULL;
} }
else if (co_dHostFloatType == co_eFT_ieee) { else if (co_dHostFloatType == co_eFT_ieeeS) {
fctns[pwr_eTix_Float32] = dvms_vaxf2ieee; fctns[pwr_eTix_Float32] = dvms_vaxf2ieee;
fctns[pwr_eTix_Float64] = dvms_error; fctns[pwr_eTix_Float64] = dvms_error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment