I am dusting my Fortran 90 skills. One big gotcha that always leaves me baffled is the following. Suppose you write the following program program test implicit none call testsub() call testsub() end program subroutine testsub() implicit none integer :: var var = 0 print *, var var = 5 print *, var end [...]
-
ForTheScience twitter
- A raytracer in #python – part 3: samplers http://t.co/ZTynbDvq #raytracing 2 days ago
- Linear algebra #courses at MIT from Prof. Gilbert Strang http://t.co/45LYCvKp #linearalgebra 1 month ago
- The third eye of the iguana http://t.co/bqKs5wmP #biology 2 months ago
- Offsetting carbon emissions with trees: a little math http://t.co/ropdKwFZ #environment #gardening 2 months ago
- A raytracer in #python – part 2: rendering multiple objects http://t.co/K0eorw4O #raytracing 3 months ago