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.48 by greg, Thu Mar 18 00:34:31 2021 UTC vs.
Revision 2.49 by greg, Thu Mar 3 03:55:13 2022 UTC

# Line 453 | Line 453 | rmx_write(const RMATRIX *rm, int dtype, FILE *fp)
453          }
454          if ((dtype == DTfloat) | (dtype == DTdouble))
455                  fputendian(fp);                 /* important to record */
456 <        fputformat((char *)cm_fmt_id[dtype], fp);
456 >        fputformat(cm_fmt_id[dtype], fp);
457          fputc('\n', fp);
458          switch (dtype) {                        /* write data */
459          case DTascii:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines