Salome HOME
kill
authorageay <ageay>
Wed, 22 Jan 2014 14:19:22 +0000 (14:19 +0000)
committerageay <ageay>
Wed, 22 Jan 2014 14:19:22 +0000 (14:19 +0000)
src/RENUMBER/renumbering.cxx

index 6af7b38be209dc77b98a6f8dbaf00ec38e2ed1be..260378989990b932dcb7122dfa3370bc5ad20a05 100644 (file)
@@ -107,13 +107,13 @@ int main(int argc, char** argv)
       for(int i=0;i<fs->getNumberOfFields();i++)
         {
           MEDFileFieldMultiTS *fmts=dynamic_cast<MEDFileFieldMultiTS *>(fs->getFieldAtPos(i));
-         if(!fmts) continue;
+          if(!fmts) continue;
           if(fmts->getMeshName()==meshname)
             {
               for(int j=0;j<fmts->getNumberOfTS();j++)
                 {
                   MEDFileField1TS *f1ts=dynamic_cast<MEDFileField1TS*>(fmts->getTimeStepAtPos(j));
-                 if(!f1ts) continue;
+                  if(!f1ts) continue;
                   DataArrayDouble *arr=f1ts->getUndergroundDataArray();
                   arr->renumberInPlace(perm->begin());
                 }