[Ad-dev] [openAD] #208: value selector added in error to RHS of active pointer assignment

OpenAD trac at mcs.anl.gov
Fri Mar 26 16:39:39 CDT 2010


#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


More information about the Ad-dev mailing list