First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
Help, Can't find my bug
I am using AIX Fortran Version 6. I have a large application with many subroutines and functions. Somewhere I seem to have an argument mismatch. I have argument type mismatch and overlay bounds checking turned on so the problem isn't obvious. The error message I get indicates that I am probably overwriting prog... 31 Oct 2006 18:39
How to decide using COMMON block variables or function/subroutine parameters?
Shawn <shaw(a)nospam.com> wrote: When I read somebody's program, I saw the function/subroutine has several parameters, in the meantime, the function/subroutine also use common block variables. It seems to me, both ways serve the purpose: pass in the variable values and/or get new values. If you alway... 26 Oct 2006 17:21
Why these original FORTRAN quirks?; Now : Programming practices
Andrew Swallow wrote: Morten Reistad wrote: In article <1685.523T2487T6125896(a)kltpzyxm.invalid>, Charlie Gibbs <cgibbs(a)kltpzyxm.invalid> wrote: In article <FXj%g.7851$Fd7.394(a)bignews6.bellsouth.net>, urjlew(a)bellsouth.net (Rostyslaw J. Lewyckyj) writes: Where were you at? I thou... 29 Oct 2006 22:53
#define in fortran
One of the reasons that I use #define in c is that it mimics what might happen if a caller were passing what is being #defined. Is there such a thing as a preprocessor in fortran? EC ... 25 Oct 2006 09:45
append character
The following line of code compiles in Compaq Visual Fortran (on windows) but not with g77 (on linux): inputdir=inputdir(1:iblnk(inputdir))//'\' The error is an "Unrecognized character" at the \ I guess the intent is to append a \ on the end. How is this done properly? ... 4 Nov 2006 23:40
programming -- keep things simple
I have been reading all the posts for some months and I am very surprised with all the problems planted and the contortions programmers are going through to write their programs. Rule 1. If you have a problem (not a simple question) that you have to expose here you are probably going about your problem-solving al... 26 Oct 2006 10:30
gfortran and "Type/rank mismatch"
Hello, I have found this code : ubroutine GAMMALN(X, RESULTAT, SIGNE, ERREUR) implicit none real*8, intent(in) :: X integer*8, intent(out), optional :: ERREUR real*8, intent(out) :: RESULTAT real*8, intent(out), optional :: SIGNE ... 23 Oct 2006 15:17
variable case expressions??
I've been working with Fortran 95 for a short while. My compiler, g95, does not appear to accept variable case expressions. For example CASE(1:k) where k is an integer? And this be right? It would be simple enough to construct IF blocks to deal with this, but I thought that CASE constructions were supposed to ... 26 Oct 2006 08:55
object-oriented software (was Re: Features chosen for Fortran2008)
beliavsky(a)aol.com wrote: Gary Scott wrote: <snip> What I have trouble with relates to the following situation. During a "Value Stream" process assessment this week, I kept hearing "software types" making statements along the lines of "once you've tested it the first time, you don't have to in... 22 Oct 2006 18:51
ABSOFT FORTRAN v10 COMPILER
Absoft has announced its Pro Fortran v10 compiler for Win 32/64, 32/64 Linux, and MAC. Upgrade pricing until 31 Jan 2007. http://www.absoft.com Code is up to 20% faster than v9, and can be used with MATFOR (numerical and visualization libraries) as well as IMSL. ... 22 Oct 2006 01:28
First  |  Prev |  Next  |  Last
Pages: 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217