forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Spurious line in cross-reference listing

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> 64-bit
View previous topic :: View next topic  
Author Message
mecej4



Joined: 31 Oct 2006
Posts: 1884

PostPosted: Thu Dec 12, 2019 12:31 pm    Post subject: Spurious line in cross-reference listing Reply with quote

When the program below is compiled with /64 /xref, the XRF file contains a spurious line.

Code:
program main
   implicit none
   integer :: itrat, kount
!-----------------------------------------------
   open(unit = 15, file = 'prg.data', status = 'old')
1  call input()
   itrat = 3
   kount = 1
2  call ephem()
3  call vmass()
   itrat = 2
   if (kount .lt. 0) then
      call print()
      go to 1
   endif
   if (itrat .eq. 1) go to 2
   if (itrat .eq. 2) go to 3
   call print()
end program main


The spurious line in the XRF file:

Code:
SUBROUTINE __save_rbp
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7912
Location: Salford, UK

PostPosted: Thu Dec 12, 2019 3:10 pm    Post subject: Reply with quote

Thanks. I will make a note of this.
Back to top
View user's profile Send private message AIM Address
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7912
Location: Salford, UK

PostPosted: Wed Feb 26, 2020 8:09 pm    Post subject: Reply with quote

This has now been fixed for the next release.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> 64-bit All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group