Description:
Discussion about FORTRAN.
|
|
|
use of EQUIVALENCE in fortran 90
|
| |
I have an old Fortran77-style program which does this kind of thing: program test integer, parameter :: nMax=5 double precision :: A(nMax,nMax) double precision :: x(nMax*nMax) equivalence (A, x) (manipulations on A and on x) end program test In other words, an array and a vector are EQUIVALENCE'd and manipulated.... more »
|
|
✲❈✿✲❈ Cheap wholesale True Relig Jeans at www.fjrjtrade.com (paypal payment)
|
| |
✲❈✿✲❈ Cheap wholesale True Relig Jeans at [link] (paypal payment) Cheap Wholesale Jeans [link] Cheap Wholesale True Relig Jeans [link] Cheap Wholesale True Relig Jeans [link] Cheap Wholesale others Jeans [link] ╃Men Size 30,32,34,36,38,40 Women Size 26,27,28,29,30,31 Cheap... more »
|
|
Pointer initialization in a pure procedure
|
| |
Dear all, ifort compiles the attached code without complains (even with -check all -stand f03 -warn all) while gfortran and g95 refuse it because... In file mod_xyz.f90:9 type(ilist), pointer :: next => null() 1 Error: Initialization of pointer at (1) is not allowed in a PURE... more »
|
|
Tutorial, Compiler and Graphic/Diagram Library
|
| |
Hi! The code style of Fortran 95/2003/2008 is elegant so I have some questions (Google haven't helped me a lot...): *) What graphic-library are you using to plot diagrams? DISLIN? (should work in as many operating systems as possible) *) Which compiler? Would you use gfortran or g95? *) Any good tutorial about Fortran 2003/2008? I found only old ones...... more »
|
|
|