I'm working on a Fortran projet. When I open a source file (.f95); module, type and subroutine are shown in Outline.
When I click on a subroutine in the Outline, it's bring me to the wrong line in the editor.
I did a lot of research, and I can't find any solution.
I'm using :
Eclipse for Parallel Application Developers
Version: Mars Release (4.5.0)
Build id: 20150621-1200
On Mac OS 10.9.5
Thanks
François
EDIT : The problem occurs when I add more than one include like this :
module test
! include for interventions
include 'intervention.f95'
!include test
include "test.f95'
contains
subroutine getmaplabels()
write(*,*)intervention(i)%label
end subroutine getmaplabels
end module test
[Updated on: Fri, 17 July 2015 10:24] by Moderator