| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | #include <math.h> | |
| 10 | #include "platform.h" | |
| 11 | #include "rtio.h" | |
| 12 | – | #include "resolu.h" |
| 12 | #include "rmatrix.h" | |
| 13 | #include "calcomp.h" | |
| 14 | #include "paths.h" | |
| # | Line 870 | Line 869 | main(int argc, char *argv[]) | |
| 869 | fprintf(stderr, "%s: unsupported output format\n", argv[0]); | |
| 870 | return(1); | |
| 871 | } | |
| 872 | + | doptimize(1); /* optimize definitions */ |
| 873 | /* process & write rows */ | |
| 874 | return(combine_input(&mop[nmats], stdout) ? 0 : 1); | |
| 875 | stdin_error: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |