std::thread slice1(&Scene3D::compute_mandelbrot, -0.751085, -0.734975, 0.118378, 0.134488, 0, 79);
This line, calling function:
void Scene3D::compute_mandelbrot(double left, double right, double top, double bottom, int start, int stop)
produces the above error. Any ideas?
Aucun commentaire:
Enregistrer un commentaire