Since 5/3/2012 6:20:58 AM, l.neilson825 has written 1 articles and participated in 105 conversations. l.neilson825 signature: l.neilson825
l.neilson825's articles:
Items(1) /1
Argument mismatch1237 (11/13/2006 12:57:49 PM) comp.lang.fortran We have a lot of "legacy code" that we are gradually bringing up to date. A lot of the code has been put into modules but much still remains outside. As part of this process I have (a) taken a copy of the sourc... Les
unresolved external symbol5116 (4/2/2008 4:21:52 PM) comp.lang.fortran Hello everyone, I get the mistake unresolved external symbol -LNK2001 when building a solution, but I checked over and over, but I wrote the correct name when calling my routine, in code it looks like this: i ... nataliehapp(8)
OT retro-styled HP calculator3347 (4/19/2008 9:14:49 AM) comp.lang.fortran I got a new HP 35s calculator yesterday. It is the first HP claculator in years that looks like an HP calculator. It has the HP colors (blue and orange), and the ENTER key is the right size and in the right p... robert.corbett2(862)
use module to pass data between procedures1852 (4/22/2008 8:22:42 AM) comp.lang.fortran Hi I'd like to use module to pass data between procedures. In the following, subroutine FCN is an argument of subroutine CDGRD which calculates gradient (IMSL). I have comment those statements related to IM... sulfateion(350)
file copy routine3865 (5/17/2008 1:37:11 AM) comp.lang.fortran Hi, I've written a small file copy routine for text files. The problem I have is that sometimes the final of the line is copied twice and sometimes only once. I can't quite figure out why the final line is... gh14tq5(118)
How do you know if the program is doing something ?3445 (6/4/2008 2:06:31 AM) comp.lang.fortran Hello to all ! Suspect in question: relatively big code, written for FPS4; currently using it under WinXP on fps4. When tried using it under cvf66c it gave a heap of warnings and errors so I putted fps4 back o... Luka
Best way to allocate array within subroutine1040 (7/7/2008 1:27:14 AM) comp.lang.fortran Hello, I have read several posts about this problem in this and other newsgroups, but I can't quite wrap my head around a solution that fits my problem. I have a program with the basic skeleton: Main Program C... Ben.Ruppel(16)
Trying to use a logical as an array index4442 (7/10/2008 2:32:46 PM) comp.lang.fortran I am trying to print out True and False instead of T and F. I would like to use a logical as an array index, but can't in F90. I have tried the following, and it works on Intel v10, but will it always work, i... acfer(43)
Seg Fault and PRINT642 (7/15/2008 3:37:50 PM) comp.lang.fortran I have just received a segmentation fault when running my program. It compiled fine with no errors: forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PC Routine Lin... deadpickle(59)
whole number constants3945 (7/21/2008 9:16:11 PM) comp.lang.fortran This may be a dumb question but what is "best practice" when coding whole numbers in real (kind specified) formulas. I am looking for accuracy, consistancy and prortability reagardless of what value dp has bel... dancerchris(46)
forrtl: severe (174): SIGSEGV due to output file.41147 (8/3/2008 1:57:48 PM) comp.lang.fortran Hi all, I am trying to run a fortran code which does a time evolution for 10^6 steps. The output is written for every 10 years or so. When I try to direct the output to a file (and keep the process in the ba... habzone2007(14)