Skip to content
Snippets Groups Projects
Commit 3329970b authored by Rene Redler's avatar Rene Redler
Browse files

format fix

parent 50576628
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
Pipeline #67073 failed
...@@ -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.
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