| # | Line 246 | Line 246 | rmx_load(const char *fname) | |
|---|---|---|
| 246 | case DTascii: | |
| 247 | if (!rmx_load_ascii(dnew, fp)) | |
| 248 | goto loaderr; | |
| 249 | + | dnew->dtype = DTascii; /* should leave double? */ |
| 250 | break; | |
| 251 | case DTfloat: | |
| 252 | if (!rmx_load_float(dnew, fp)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |