]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Fri, 19 Feb 2010 17:27:57 +0000 (17:27 +0000)
committerageay <ageay>
Fri, 19 Feb 2010 17:27:57 +0000 (17:27 +0000)
src/INTERP_KERNEL/InterpolationUtils.hxx

index f31354a490565a0c1fa2aa9cf7f6ff372f28931a..ff15c76ca00f2335aaf09e8399af0818b6d7ecba 100644 (file)
@@ -623,7 +623,7 @@ namespace INTERP_KERNEL
   /* Computes the norm of vector v */
   /*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/  
   template<int dim> 
-  inline double norm( double * v)
+  inline double norm(const double * v)
   {   
     double result =0;
     for(int idim =0; idim<dim; idim++) result+=v[idim]*v[idim];