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.11 by greg, Thu Jul 10 03:47:00 2003 UTC vs.
Revision 2.12 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 611 | Line 611 | FILE   *fp;
611                  t2cnt += pp->nj2tris;
612          }
613          fprintf(fp, "Mesh statistics:\n");
614 <        fprintf(fp, "\t%d materials\n", ms->nmats);
614 >        fprintf(fp, "\t%ld materials\n", ms->nmats);
615          fprintf(fp, "\t%d patches (%.2f MBytes)\n", ms->npatches,
616                          (ms->npatches*sizeof(MESHPATCH) +
617                          vcnt*3*sizeof(uint32) +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines