Changes between Initial Version and Version 1 of Ticket #643


Ignore:
Timestamp:
07/14/14 19:52:45 (10 years ago)
Author:
arango
Comment:

Yes, this is just a typo but it does not change the solution! The string DV_avg1 corresponds to dummy variables svname in generic routine get_contact2d and it is used during debugging to identify which variables is being processed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #643

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Type bugdefect
  • 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}}}