First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
data types inside interface
Hello, The following code does not compile: program test implicit none integer,parameter :: sp = selected_real_kind(p=6,r=37) interface real(sp) function add(a,b) implicit none real(sp),intent(in) :: a,b end function add end interface end program test My underst... 29 Jul 2010 18:29
query the file status: open or close?
Dummy question: is there a command to know the status of the file is close or open? I would to provide number file and know if it is close or open. Eg: Query_status(20) ... 31 Jul 2010 17:15
execution times for Open64 Fortran 95 compiler
I've just been playing with the latest iteration of the Open64 Fortran compiler (version 4.2.3). This has more and more Fortran 95, and some Fortran 2003, features. The most annoying lack, for me, was access='stream'. For a regression suite for my stats package (which covers a range of activities), I obtained (l... 28 Jul 2010 21:45
solutions books
solutions book team We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions book student List of some books we have ============================= A Course ... 28 Jul 2010 04:11
solutions books
solutions book team We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions book student List of some books we have ============================= A Course ... 28 Jul 2010 04:11
quest6ion about preceding spaces
How can I get fortran, with the print statement to print my output without a preceding space? Thank you. Thanks/ -Robin ... 28 Jul 2010 12:57
When to Declare an External Function as EXTERNAL in a Module ??
Hello; 1) I'm trying to convert one of my algorithms from F77 to F90 and having some difficulties as to when (and when not!) to declare the function as EXTERNAL within a module. 2) Some basic MODULES are set at the top, followed by MODULE Work_Routines, which contains all of the subroutines and functions, and... 6 Aug 2010 21:28
This implicit statement is not positioned correctly within the scope unit
"Steve Lionel" <steve.lionel(a)intel.invalid> wrote in message news:8b61gnFk1gU1(a)mid.individual.net... On 7/26/2010 1:48 PM, dpb wrote: Reorder such that the IMPLICIT statement (and all IMPLICIT statements) precede anything else in the program unit (program, subroutine or function) except possibly PA... 27 Jul 2010 00:50
This implicit statement is not positioned correctly within the scope unit
On 7/26/2010 1:48 PM, dpb wrote: Reorder such that the IMPLICIT statement (and all IMPLICIT statements) precede anything else in the program unit (program, subroutine or function) except possibly PARAMETER statements. Any USE lines must come before IMPLICIT. In a program unit, this is the only thing ot... 26 Jul 2010 21:34
This implicit statement is not positioned correctly within thescope unit
Allamarein wrote: What means 'This implicit statement is not positioned correctly within the scope unit'? I have this line in a COMMON (*.cmn): IMPLICIT DOUBLE PRECISION (a-h, o-z), INTEGER (i-n) I use two common, but only one have the previous line. How should I correct my code? Reorder such that ... 26 Jul 2010 14:55
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15