Skip to content
Snippets Groups Projects
Commit 8e1ff6df authored by Will Morris's avatar Will Morris
Browse files

Changed iXMax and iYMax coordinates

parent 61b25a25
No related branches found
No related tags found
No related merge requests found
Pipeline #5684 failed
...@@ -16,8 +16,8 @@ int main() ...@@ -16,8 +16,8 @@ int main()
{ {
/* screen ( integer) coordinate */ /* screen ( integer) coordinate */
int iX,iY; int iX,iY;
const int iXmax = 2000; const int iXmax = 4000;
const int iYmax = 2000; const int iYmax = 4000;
/* world ( double) coordinate = parameter plane*/ /* world ( double) coordinate = parameter plane*/
double Cx,Cy; double Cx,Cy;
const double CxMin=-2.5; const double CxMin=-2.5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment