fixed compile error in static version

git-svn-id: svn://anubis/gvsu@343 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-12-08 22:59:18 +00:00
parent 012e179c70
commit 65d6f7ca6b

View File

@ -302,7 +302,7 @@ void draw(int rank, int world_size, int nprocs, int width, int height,
double y_virt = getYVirt(y);
unsigned int color = computation->compute(x_virt, y_virt);
if (rank == 0)
pixels[pixel] = color
pixels[this_pixel_num] = color;
else
taskVals[i] = color;
}