Description:
Discussion about FORTRAN.
|
|
|
Segmentation fault
|
| |
Hello, I have a f90 program: !----------------------------- ------------------------------ ------------------------------ ------- program testx include 'CommonVariable' type(ATOM),allocatable::ATOMT( :) integer:: NN call testxyz(NN,ATOMT) print*, ATOMT(1)%nam end subroutine testxyz(N_atom,ATOMTH) include 'CommonVariable'... more »
|
|
Reading CSV files with missing data at the end
|
| |
Hello, the program below (which first writes a small CSV file and then reads it) causes a runtime error when reading the second line: ! Read a CSV file with missing fields ! program test_csv character(len=10) :: x, y, z character(len=80) :: line open( 10, file = 'test.csv' ) write( 10, '(a)' ) 'X,,Z'... more »
|
|
10 Reasons Why YOU Should Join Us
|
| |
10 Reasons Why YOU Should Join Us The Most Proven Leisure Internet Business. Business that earns you more money every day. Thanks to the power of the Internet. Ground floor opportunity backed by a highly successful. 1. Free Registration 2. Start Earning As Soon As You Join 3. Weekly Unlimited Income... more »
|
|
|