IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2004, 1:23:23 PM (22 years ago)
Author:
eugene
Message:

fixing dvomath for strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/dvomath.c

    r2598 r2792  
    2222
    2323  /* distinguish scalar, vector, matrix, check dimensions */
    24   *size = check_stack (stack, Nstack);
    25   if ((validsize != -1) && (validsize != *size)) goto error;
     24  *size = check_stack (stack, Nstack, validsize);
    2625  if (*size < 0) goto error;
    2726
Note: See TracChangeset for help on using the changeset viewer.