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

Comparing ray/src/common/mesh.c (file contents):
Revision 2.21 by greg, Sat May 1 21:49:42 2010 UTC vs.
Revision 2.22 by greg, Wed Dec 15 17:27:52 2010 UTC

# Line 620 | Line 620 | FILE   *fp;
620                  t2cnt += pp->nj2tris;
621          }
622          fprintf(fp, "Mesh statistics:\n");
623 <        fprintf(fp, "\t%ld materials\n", ms->nmats);
623 >        fprintf(fp, "\t%ld materials\n", (long)ms->nmats);
624          fprintf(fp, "\t%d patches (%.2f MBytes)\n", ms->npatches,
625                          (ms->npatches*sizeof(MESHPATCH) +
626                          vcnt*3*sizeof(uint32) +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines