Change-Id: I18f144f1338ecf84b890044bf64faea3d9e04c54
int iCols = 100;
types::Double* pDblOut;
- if (in.size() != 2 & in.size() != 3)
+ if (in.size() != 2 && in.size() != 3)
{
Scierror(77, _("%s: Wrong number of input argument(s): %d to %d expected.\n"), "linspace", 2, 3);
return types::Function::Error;