Rev 8155 | Rev 12240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8155 | Rev 8185 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* Subroutines to process matrices |
18 | /* Subroutines to process matrices |
19 | * messages: inconsistent_columns |
19 | * messages: inconsistent_columns |
20 | */ |
20 | */ |
- | 21 | #include "wims.h" |
|
21 | 22 | ||
22 | /* Translate error-laden raw matrix input into a standard form. */ |
23 | /* Translate error-laden raw matrix input into a standard form. */ |
23 | void rawmatrix(char *p) |
24 | void rawmatrix(char *p) |
24 | { |
25 | { |
25 | char *p1; |
26 | char *p1; |