ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rmatrix.c
(Generate patch)

Comparing ray/src/util/rmatrix.c (file contents):
Revision 2.10 by greg, Thu Sep 18 23:20:12 2014 UTC vs.
Revision 2.11 by greg, Tue Dec 16 20:21:46 2014 UTC

# 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))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines