| # | Line 442 | Line 442 | setspectrum( /* convert a spectrum */ | |
|---|---|---|
| 442 | /* get bounds */ | |
| 443 | if (ac < 4) | |
| 444 | return(MG_EARGC); | |
| 445 | < | if (!isflt(av[0]) || !isflt(av[1])) |
| 445 | > | if (!isflt(av[0]) | !isflt(av[1])) |
| 446 | return(MG_ETYPE); | |
| 447 | wlmin = atof(av[0]); | |
| 448 | wlmax = atof(av[1]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |