]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Thu, 2 Feb 2012 15:50:58 +0000 (15:50 +0000)
committerageay <ageay>
Thu, 2 Feb 2012 15:50:58 +0000 (15:50 +0000)
src/MEDCoupling/MEDCouplingPointSet.cxx
src/MEDCoupling_Swig/MEDCoupling.i

index 9c167c851e6c02355828e8092356e44703c32b4c..3b7f0f55b84c22a73969c2f8f0ff3d3f62050b14 100644 (file)
@@ -496,7 +496,7 @@ void MEDCouplingPointSet::findNodesOnLine(const double *pt, const double *vec, d
   if(spaceDim!=2 && spaceDim!=3)
     throw INTERP_KERNEL::Exception("MEDCouplingPointSet::findNodesOnLine : Invalid spacedim to be applied on this ! Must be equal to 2 or 3 !");
   int nbOfNodes=getNumberOfNodes();
-  int den=0.;
+  double den=0.;
   for(int i=0;i<spaceDim;i++)
     den+=vec[i]*vec[i];
   double deno=sqrt(den);
index 60b2f3d5caf2111396c92cfc2fb4c1ecc4c9e143..243af238da0f03fdac8d033e7676432c3b0d04fc 100644 (file)
@@ -1754,7 +1754,7 @@ namespace ParaMEDMEM
      double *tmp=new double[nbOfTuples*nbOfElsPerTuple];
      try
        {
-         fillArrayWithPyListDbl(li,tmp,nbOfTuples*nbOfElsPerTuple,0.);
+         fillArrayWithPyListDbl(li,tmp,nbOfTuples*nbOfElsPerTuple,0);
        }
      catch(INTERP_KERNEL::Exception& e)
        {
@@ -2656,7 +2656,7 @@ namespace ParaMEDMEM
        {
        case 1:
          {
-           self->applyLin(1.,-val);
+           self->applyLin(1,-val);
            return self;
          }
        case 2: