From: Anthony Geay Date: Fri, 25 Sep 2020 12:25:30 +0000 (+0200) Subject: Update with new MEDFileIntField class name X-Git-Tag: V9_6_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91e9bc4a23448208372f32bfbad4ba6e3b06d482;p=modules%2Fparavis.git Update with new MEDFileIntField class name --- diff --git a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx index 1f0adefb..87404a49 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx @@ -512,6 +512,10 @@ void MEDFileFieldRepresentationLeavesArrays::appendFields(const MEDTimeReq *tr, { AssignToFieldData(v,tr,att,f1ts->getName(),postProcessedArr==crudeArr,discs,_elga_cmp,globs,f1ts,ds,internalInfo); } + else if(f1tsPtrInt64) + { + AssignToFieldData(v,tr,att,f1ts->getName(),postProcessedArr==crudeArr,discs,_elga_cmp,globs,f1ts,ds,internalInfo); + } else throw INTERP_KERNEL::Exception("MEDFileFieldRepresentationLeavesArrays::appendFields : only FLOAT64 and INT32 fields are dealt for the moment ! Internal Error !"); }