Skip to content
Snippets Groups Projects
Commit a38139dc authored by adambsimpson's avatar adambsimpson
Browse files

Changed default resolution

parent 753f9eb0
Branches
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ int main(int argc, char *argv[])
MPI_Comm_rank(MPI_COMM_WORLD, &myrank);
FRAC_INFO frac_left, frac_right;
init_fractal(&frac_left, true, 300);
init_fractal(&frac_right, true, 300);
init_fractal(&frac_left, true, 1300);
init_fractal(&frac_right, true, 1300);
if (myrank == 0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment