weird lahey bug2345 (4/15/2012 2:31:01 PM) comp.lang.fortran subroutine test
do j = 1,huge(0)
if (j > 10) stop
print *, j
enddo
stop
end
1
2
3
4
5
6
7
8
9
10
Program Completed
Press Enter to Continue.
... analyst41
newby question on C I/O2928 (11/4/2011 10:07:37 PM) comp.lang.c I have a file that looks like Value Cost Special_Status 12 34 Yes 21 44 yes 32 43 no ...................... I can read it into some arrays (or a data frame using R) using ... analyst41
Another tree problem541 (7/2/2011 2:14:31 PM) comp.lang.fortran You are given a set of rows: string1value,string2value,.....string10value string1value,string2value,.....string6value string1value,string2value .............................. i.e, up to 10 string values in ea... analyst41
string distance255 (6/25/2011 7:06:27 PM) comp.lang.fortran Are there any Fortran string distance codes (such as Levenshtein distance) out there? Thanks. ... analyst41
tree diagram1055 (6/14/2011 9:44:45 AM) comp.lang.fortran Suppose we are given a list of parent-child relationships: Item Parent 1 none 2 none 3 none 4 1 5 1 6 4 What would be a clean way to print out the the tree diagram ... analyst41
An interesting way of keeping track of versions32134 (10/3/2010 10:56:31 AM) comp.lang.fortran I am surprised that no one seems to have thought of before.
Suppose you are tinkering with code and parameters of a program that
is trying to do something open-ended (say, forecasting). The
parameters can... analyst41
generic lexicographical sort in fortran22211 (9/3/2010 1:17:19 AM) comp.lang.fortran is it possible to write a sort routine with variable number of
arguments and without type restrictions on the arguments plus an
ascending/descending flag?
Thanks.
... analyst41
question on ** operator12201 (7/17/2010 1:42:59 PM) comp.lang.fortran In a**b are there any restrictions on the data types of a and b - or
will the language handle all numeric cases?
Thanks.
... analyst41
handling large character arrays21100 (4/21/2010 10:22:06 PM) comp.lang.fortran I need to keep in memory an array of around 60000 character variables,
each element of which can have a max length of 4000 byres. But if you
add up the lengths of all the actual data values, it is only 1/8 o... analyst41
An obsolescent feature?4150 (4/11/2010 9:52:18 PM) comp.lang.fortran 'Assumed length character function is an
obsolescent feature.' is what my compiler says for a character
function declared with *(*) as the length.
What would be the modern way to do this?
Thanks.
... analyst41
newby question on C I/O2928 (11/4/2011 10:07:37 PM) comp.lang.c I have a file that looks like Value Cost Special_Status 12 34 Yes 21 44 yes 32 43 no ...................... I can read it into some arrays (or a data frame using R) using ... analyst41(232)
Can F95 do it all3138 (11/12/2011 7:03:03 PM) comp.lang.fortran Hello guys I've been away from FORTRAN for a few decades. Things have changed hugely since I've last used it. Is F95 now able to compete with C language? I really dislike C and all the emotional baggage it come... hifromlarry(13)
weird lahey bug2345 (4/15/2012 2:31:01 PM) comp.lang.fortran subroutine test
do j = 1,huge(0)
if (j > 10) stop
print *, j
enddo
stop
end
1
2
3
4
5
6
7
8
9
10
Program Completed
Press Enter to Continue.
... analyst41(232)
a weird COMMON fact12127 (7/11/2010 1:07:57 PM) comp.lang.fortran I have been running code foreever that had
common /name1/var1,var2
common /name1/var3,var4,var5
in the same sub-program.
The intent was, of course, to call the second common /name2/.
I corrected it... analyst41
An interesting way of keeping track of versions32134 (10/3/2010 10:56:31 AM) comp.lang.fortran I am surprised that no one seems to have thought of before.
Suppose you are tinkering with code and parameters of a program that
is trying to do something open-ended (say, forecasting). The
parameters can... analyst41(232)
tree diagram1055 (6/14/2011 9:44:45 AM) comp.lang.fortran Suppose we are given a list of parent-child relationships: Item Parent 1 none 2 none 3 none 4 1 5 1 6 4 What would be a clean way to print out the the tree diagram ... analyst41(232)
string distance255 (6/25/2011 7:06:27 PM) comp.lang.fortran Are there any Fortran string distance codes (such as Levenshtein distance) out there? Thanks. ... analyst41(232)
Another tree problem541 (7/2/2011 2:14:31 PM) comp.lang.fortran You are given a set of rows: string1value,string2value,.....string10value string1value,string2value,.....string6value string1value,string2value .............................. i.e, up to 10 string values in ea... analyst41(232)
Why Fortran Still Matters (Steve Lionel interview)4387 (9/21/2011 7:56:36 PM) comp.lang.fortran http://www.intelligenceinsoftware.com/feature/expert_insight/programming_la= nguages_fortran/#.TnkuHdTWGJ6 Steve Lionel on Why Fortran Still Matters By: Bridget Moore Steve Lionel says Fortran, at 54 years old... beliavsky(2207)