Salome HOME
Update with new MEDFileIntField class name agy/int64_fieldint V9_6_0a1
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 25 Sep 2020 12:25:30 +0000 (14:25 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 25 Sep 2020 12:25:30 +0000 (14:25 +0200)
src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx

index 1f0adefbcffbcf27db253460421e4534f942fb1f..87404a49b1edd16e034c034c1ac63268e54473de 100644 (file)
@@ -512,6 +512,10 @@ void MEDFileFieldRepresentationLeavesArrays::appendFields(const MEDTimeReq *tr,
         {
           AssignToFieldData<float>(v,tr,att,f1ts->getName(),postProcessedArr==crudeArr,discs,_elga_cmp,globs,f1ts,ds,internalInfo);
         }
+      else if(f1tsPtrInt64)
+        {
+          AssignToFieldData<Int64>(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 !");
     }