Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > SSR > SSR__C-Ray__Bench
changeset 2:8e3accb31ff3
typo corrected
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 28 Sep 2011 16:14:54 +0200 |
| parents | b6c9e5f46e98 |
| children | 3b748bd65ab9 |
| files | c-ray-mt.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/c-ray-mt.c Wed Sep 28 15:12:17 2011 +0200 1.2 +++ b/c-ray-mt.c Wed Sep 28 16:14:54 2011 +0200 1.3 @@ -249,7 +249,7 @@ 1.4 } 1.5 } 1.6 1.7 - snprintf(DataSet,255,"file: %s\nsize: %dx%d\nrays per pixel: %d\nthreads: %d\n", 1.8 + snprintf(__DataSet,255,"file: %s\nsize: %dx%d\nrays per pixel: %d\nthreads: %d\n", 1.9 infile, xres, yres, rays_per_pixel, thread_num); 1.10 1.11 if(!(pixels = malloc(xres * yres * sizeof *pixels))) {
