With FORTRAN 77 is it possible 开发者_C百科to perform a swap on two arrays, in the same way swap works in c++?
Getting this error while trying to compile a copied code from a Fortran 77 program. code: 900 FORMAT(1H0,2X,\'ABSOLUTE GRID LIMITS FOR DATA RETENTION FOR RADAR\',I3,\' XMIN-XMAX \',2F8.3,\' YMIN-YM
I\'m currently messing around in FORTRAN 77 and I\'ve ran into a problem that I can\'t seem to figure ou开发者_StackOverflow社区t. I\'m trying to read from a file that looks similar to below:
Is it possible to pass fo开发者_如何学JAVArtran 77 function as a callback function pointer to C/C++?
I have a FORTRAN 77 program code. I am using Fortran Power Station 4.0 on Windows. It is a very long Finite element method code.
I\'ve been tasked with maintaing some legacy fortran code, and I\'m having trouble getting it to compile with gfortran. I\'ve written a fair amount of Fortran 95, but this is my first experience with
Background: I am working on a project written in a mix of C and Fortran 77 and now need to link the LAPACK/BLAS libraries to the project (all in a Linux environment). The LAPACK in question is version
I have some old fortran 77 I\'m trying to port to gcc on Windows. I\'m using gfortran 4.4. The statement uses READ(FOO, \'(F)\' , ERR=BAR) BAZ and gcc is complaining about F. From what I\'ve seen it
I\'m attempting to work in Fotran 77, and I\'ve found the need for a tree based data structure. Aside from implementing a tree with an array, is there any way to build a tree with pointer nodes to oth
How can I get Mathematica to export/save/write a text file with proper Fortan77 formatting, that is, 72 columns and a continuation marker on the sixth column?