@@ -25,7 +25,7 @@ Document your strategy of narrowing it down step by step.
...
@@ -25,7 +25,7 @@ Document your strategy of narrowing it down step by step.
3. Check out the Fortran code [schnecke_flt.f90](../lectures/debugging-strategies/static/schnecke_flt.f90) and try to identify the line that is causing the problem.
3. Check out the Fortran code [schnecke_flt.f90](../lectures/debugging-strategies/static/schnecke_flt.f90) and try to identify the line that is causing the problem.
To compile: `gfortran` schnecke_flt.f90`
To compile: `gfortran schnecke_flt.f90`
and use additional compiler flags and gdb to locate the error. Document your approach.
and use additional compiler flags and gdb to locate the error. Document your approach.