Changes between Initial Version and Version 1 of Ticket #726, comment 2


Ignore:
Timestamp:
04/29/17 05:41:28 (7 years ago)
Author:
arango

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #726, comment 2

    initial v1  
    1 For some reason, I missed to include the updated files '''gasdev.F''', '''nrutil.F''', and '''ran1.F''' when I committed the ticket.  We need these files to have '''i8b''' instead '''i4b'''.  This is the reason why some users are having problems compiling because of the mismatch between integer type arguments between these routine and '''ran_state.F'''  All the random number generation routines need to have the same integer type ('''i8b''').
     1For some reason, I missed to include the updated files '''gasdev.F''', '''nrutil.F''', and '''ran1.F''' when I committed the ticket.  We need these files to have '''i8b''' instead '''i4b'''.  This is the reason why some users are having problems compiling because of the mismatch between integer type arguments between these routine and '''ran_state.F'''.  All the random number generation routines need to have the same integer type ('''i8b''').
    22
    3 Manh thanks to Nirnimesh Kumar and Kate Hedstrom for [https://www.myroms.org/forum/viewtopic.php?f=31&t=4517 bringing] this to my attention.
     3Many thanks to Nirnimesh Kumar and Kate Hedstrom for [https://www.myroms.org/forum/viewtopic.php?f=31&t=4517 bringing] this to my attention.