Recent content by tothetop

  1. T

    Fortran How do i 'relabel' variables (in fortran)

    Suppose I have a global variable like "GauntCoefficients".. and I want to use it in a formula in the next block of code. In C++, I might do something like this to make the code more readable: const int* gc = GauntCoefficients; (then write some nasty formula with "gc" rather than...
Back
Top