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.17 by greg, Wed Jul 22 04:47:51 2015 UTC vs.
Revision 2.18 by greg, Thu Aug 27 04:07:05 2015 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines