double *tmp=new double[nbOfTuples*nbOfElsPerTuple];
try
{
- fillArrayWithPyListDbl(li,tmp,nbOfTuples*nbOfElsPerTuple,0);
+ fillArrayWithPyListDbl(li,tmp,nbOfTuples*nbOfElsPerTuple,0.);
}
catch(INTERP_KERNEL::Exception& e)
{
int *tmp=new int[nbOfTuples*nbOfElsPerTuple];
try
{
- fillArrayWithPyListInt(li,tmp,nbOfTuples*nbOfElsPerTuple,0.);
+ fillArrayWithPyListInt(li,tmp,nbOfTuples*nbOfElsPerTuple,0);
}
catch(INTERP_KERNEL::Exception& e)
{
{
case 1:
{
- self->applyLin(1.,-val);
+ self->applyLin(1,-val);
return self;
}
case 3: