Salome HOME
untabify
[modules/smesh.git] / src / SMESH_I / SMESH_Measurements_i.cxx
index 9bb687fc3ccc2f852fb2f4784e7ab75890169471..5107e5b2bf35edc2b10617665afacd44206af6c8 100644 (file)
@@ -143,7 +143,7 @@ static double getNumericalValue(SMESH::SMESH_IDSource_ptr theSource, SMESH::Cont
       
       SMESH::long_array_var anElementsId = theSource->GetIDs();
       for (int i = 0; i < anElementsId->length(); i++) {
-       value += theFunctor->GetValue( anElementsId[i] );
+        value += theFunctor->GetValue( anElementsId[i] );
       }
     }
   }