| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | #include <string.h> | |
| 11 | #include <fcntl.h> | |
| 12 | #include "resolu.h" | |
| 13 | < | #include "rtprocess.h" |
| 13 | > | #include "paths.h" |
| 14 | #include "rmatrix.h" | |
| 15 | ||
| 16 | static char rmx_mismatch_warn[] = "WARNING: data type mismatch\n"; | |
| # | Line 214 | Line 214 | rmx_load(const char *inspec) | |
| 214 | return(NULL); | |
| 215 | dnew = rmx_from_cmatrix(cm); | |
| 216 | cm_free(cm); | |
| 217 | + | dnew->dtype = DTascii; |
| 218 | return(dnew); | |
| 219 | } | |
| 220 | /* else open it ourselves */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |