gfortran quad precision bug20117 (11/5/2011 1:54:04 AM) comp.lang.fortran The following program integer,parameter :: qp=selected_real_kind(20) real(qp) :: q q=1 print *,q print '(f4.2)',q end gives this output on Win32, MinGW32 gcc version 4.6.2 from equation solution 1.000... e
OT: RTFM? it sure was not obvious to me1152 (4/9/2011 11:01:43 PM) comp.lang.fortran I'm going to think long and hard before I jump to tell some newbie to RTFM. Today I had a little lesson that I would call "What's obvious isn't obvious until it's obvious." I was entering a matrix into a calc... e
non portable - a problem with direct access7976 (7/30/2010 6:25:09 PM) comp.lang.fortran I want to relate the short story of a bug that took about a week to find. I was working on a program that emulated keyed access from VMS. The data is split into two files, an index file that contains keys and b... e
non printing characters692 (7/5/2010 8:46:27 PM) comp.lang.fortran Someone sent me a program fragment to look at. It appears frequently in programs that he encounters. [typeless octal constants as bit patterns] character*1 ff,lf,cr /"014,"012,"015/ Yes, I know that combinin... e
replacement inkjet printer for Apple 212105 (11/23/2009 2:52:06 AM) comp.sys.apple2 I'm trying to replace a printer on a relative's Apple 2e system. It
was an Apollo inkjet printer - a less expensive version of an HP
Deskjet 450(?).
All I need is a character mode printer that works with a... e
it's too late for a bug report963 (10/20/2009 6:20:22 AM) comp.lang.fortran I found this one while running software on the SIMH Altair simulator. It's MS Fortran 3.4 for CP/M-80. ----- start text ----- B>TYPE V.FOR C234567 DIMENSION K(2) DO 10 I=1,2 K(I)=I 10 CONT... e
softcard 2e system programming16110 (9/29/2009 2:16:27 AM) comp.sys.apple2.programmer I am trying to program the Apple SSC under MS Softcard 2e CP/M. Unlike the original softcard, the 2e softcard sits in the AUX slot and provides 80 cols and 64K Aux mem. It does NOT map z80 to 6502 memory like t... e
softcard 2e system programming061 (9/27/2009 5:40:32 AM) comp.os.cpm I am looking for system programming information for a MS Permium Softcard for the Apple 2e. Unlike the older Z80 Softcard, it does not share main memory with the 6502. Also it does not have the same mechanism t... e
AppleWin display bug2100 (9/16/2009 1:50:02 AM) comp.sys.apple2.programmer 1. In Apple 2e mode (unenhanced) in 80 column mode, when moving the cursor over characters from $40 to $5f, these appear as mouse text. Likewise printing these characters with INVERSE displays mouse text. This ... e
23 quadrillion dollar mistake1452 (7/16/2009 1:36:35 AM) comp.lang.cobol Erroneous bills were sent to Visa customers as reported here http://www.cnn.com/2009/US/07/15/quadrillion.dollar.glitch/index.html. The faulty amount was $23,148,855,308,184,500. When multiplied by 100 and ... e
Reduction of Sample size in fortran17332 (6/13/2012 5:09:33 PM) comp.lang.fortran Hi all,
I have a data of 625 individual in a square grid of 25 by 25 located at the=
coordinates (1,1), (1, 2), ......, (1, 25),(2,1), (2,2),........, (2,25), =
............,(25, 1).................., (25... gyanendra.pokharel(31)
press minimization subroutine problem!384 (12/18/2011 6:38:42 PM) comp.lang.fortran I want to use Powell method for my thesis problem.Powell needs subroutine linmin,and linmin needs mnbrak which is used to find points that bracket the minimum of the function. I am just giving part of the code:... milenko.markovic(19)
looking for example fortran GUI programs11331 (12/22/2011 12:34:51 PM) comp.lang.fortran I am writing a Fortran program just for personal learning, and would like to see if I can add a GUI to it. I'd like to do that in fortran as well. I am looking at Winteracter 9.0 http://www.winteracter.com A... steve.nospamm(52)
g95 vs gFortran2169 (1/14/2012 1:41:14 AM) comp.lang.fortran It has been a while since g95 was updated so I thought I'd give gFortran a try. So I download the 12/12/2011 version. To my surprise 64MB were download to my computer vs 5MB for g95. I have hard time understand... michael.caracotsios1(9)
Problem with a batch build script30100 (1/14/2012 1:49:15 AM) comp.lang.fortran I admit, it's been a while since I've last written batch build scripts .... and it shows. However, I cannot, for the life of me, understand what this error is supposed to mean, nor what could be wrong with the ... ldigas984(13)
gfortran rhs reallocation3773 (2/25/2012 2:47:55 AM) comp.lang.fortran Hi all. Consider this REAL, ALLOCATABLE :: v(:) : v = (/ v, 1, 2, 3, 4, 5/) Gfortran version 4.6.3 20120127 (prerelease) marks the assignment as error because the constants ara integers and not reals: Er... samig59(7)
gaussian distribution #28195 (5/14/2012 6:31:01 PM) comp.lang.fortran Hi
I need some random numbers from an uniform distribution like gaussian
distribution.
How can I employ this distribution in fortran 90?
Thanks in advance.
... elaheh.adibi(11)