From 91e9bc4a23448208372f32bfbad4ba6e3b06d482 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 25 Sep 2020 14:25:30 +0200 Subject: [PATCH] Update with new MEDFileIntField class name --- .../plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 !"); } -- 2.39.2