Changes between Initial Version and Version 1 of Ticket #643
- Timestamp:
- 07/14/14 19:52:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #643
- Property Resolution → Fixed
- Property Status new → closed
- Property Type bug → defect
-
Ticket #643 – Description
initial v1 1 nesting.F lines 850-855 has a call using 'DU_avg1' but it should be v2dvar, 'DV_avg1' 2 1 '''nesting.F''' lines 850-855 has a call using '''DU_avg1''' but it should '''DV_avg1''': 2 {{{ 3 CALL get_contact2d (dg, model, tile, & 4 & v2dvar, 'DV_avg1', & 5 & cr, Vcontact(cr)%Npoints, Vcontact, & 6 & LBi, UBi, LBj, UBj, & 7 & COUPLING(dg) % DV_avg1, & 8 & COMPOSITE(cr) % DV_avg1) 9 }}}