fixed compile error in static version
git-svn-id: svn://anubis/gvsu@343 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
012e179c70
commit
65d6f7ca6b
@ -302,7 +302,7 @@ void draw(int rank, int world_size, int nprocs, int width, int height,
|
|||||||
double y_virt = getYVirt(y);
|
double y_virt = getYVirt(y);
|
||||||
unsigned int color = computation->compute(x_virt, y_virt);
|
unsigned int color = computation->compute(x_virt, y_virt);
|
||||||
if (rank == 0)
|
if (rank == 0)
|
||||||
pixels[pixel] = color
|
pixels[this_pixel_num] = color;
|
||||||
else
|
else
|
||||||
taskVals[i] = color;
|
taskVals[i] = color;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user