Changes between Initial Version and Version 1 of Ticket #234
- Timestamp:
- 11/03/08 18:54:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #234
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #234 – Description
initial v1 1 1 It turns out that we need to follow the point association rules for array '''IJwater''' in the call to '''mp_scatter''' in input routines '''nf_fread2d.F''', '''nf_fread3d.F''', and '''nf_fread4d.F''' when the '''READ_WATER''' option is activated. Although these input routines are not inside a module, the '''mp_scatter''' routine is and this array is passed as a pointer using the '''SCALARS(ng)%IJwater''' synthax. 2 This problem is also found in routine '''white_noise.F'''. 2 3 3 4 This is similar to src:ticket:228 and discovered using '''ifort 10.1'''. Many thanks to Mathieu Dutour for reporting this problem.