Recent content by tothetop
-
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...- tothetop
- Thread
- Fortran Variables
- Replies: 1
- Forum: Programming and Computer Science