[openAD] #208: value selector added in error to RHS of active pointer assignment
#208: value selector added in error to RHS of active pointer assignment --------------------------+------------------------------------------------- Reporter: lyonsam | Owner: utke Type: defect | Status: new Priority: major | Milestone: Component: OpenADFortTk | Keywords: --------------------------+------------------------------------------------- Example ------------ declarations: XN is active and exists in an external module (centrm/data_centrm_C.f90): {{{ type(active) :: XN(:,:) ALLOCATABLE XN TARGET XN }}} pointer declaration and troublesome statements (in centrm/accel_I.f90): {{{ type(active) :: XNTN(:,:) POINTER XNTN }}} troublesome statement: {{{ XNTN => XN(:,IFTG:)%v }}} should be {{{ XNTN => XN(:,IFTG:) }}} -- Ticket URL: <http://trac.mcs.anl.gov/projects/openAD/ticket/208> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#208: value selector added in error to RHS of active pointer assignment --------------------------+------------------------------------------------- Reporter: lyonsam | Owner: utke Type: defect | Status: accepted Priority: major | Milestone: Component: OpenADFortTk | Keywords: --------------------------+------------------------------------------------- Changes (by utke): * status: new => accepted -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/208#comment:1> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#208: value selector added in error to RHS of active pointer assignment --------------------------+------------------------------------------------- Reporter: lyonsam | Owner: utke Type: defect | Status: closed Priority: major | Milestone: Component: OpenADFortTk | Resolution: fixed Keywords: | --------------------------+------------------------------------------------- Changes (by utke): * status: accepted => closed * resolution: => fixed Comment: fixed with http://mercurial.mcs.anl.gov/ad/OpenADFortTk/rev/b9e04575d84a tested with shape4 -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/208#comment:2> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
#208: value selector added in error to RHS of active pointer assignment --------------------------+------------------------------------------------- Reporter: lyonsam | Owner: utke Type: defect | Status: closed Priority: major | Milestone: scale1 Component: OpenADFortTk | Resolution: fixed Keywords: | --------------------------+------------------------------------------------- Changes (by utke): * milestone: => scale1 -- Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/208#comment:3> OpenAD <http://www.mcs.anl.gov/openad> Bug tracking for OpenAD components
participants (1)
-
OpenAD