Re: [wsjt-devel] [wsjt:wsjt] [r4611] - k1jt: Should have been included in previous commit.

2014-11-20 Thread John Nelson
Hi Joe,

I am trying r4611.   It starts by reporting:

jt9_wisdom_status.txt:No imported FFTW wisdom (jt9):

which is OK because this is new.

When I exit, I find:

jt9_wisdom.dat:(fftw-3.3.3 fftwf_wisdom #xca4daf64 #xc8f59ea6 #x586875c9 
#x14018994
  (fftwf_codelet_r2cfII_10 

But along with this is a Fortran runtime error:   Actual string length is 
shorter than the declared one for dummy argument 'c' (0/1)

Unfortunately - no other information about where this occurred.  I'll have a 
look...

--- John G4KLA
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] [wsjt:wsjt] [r4611] - k1jt: Should have been included in previous commit.

2014-11-20 Thread Joe Taylor
Hi John,

 But along with this is a Fortran runtime error:
 Actual string length is shorter than the declared one for dummy argument 'c' 
 (0/1)

 Unfortunately - no other information about where this occurred.  I'll have a 
 look...

I have seen a similar error message in Windows, as well, although not in 
the wsjtx.exe built from r4611.  Since the problem went away on the 
system I was testing, I stopped trying to fix it at the source. 
However, I think it occurs in subroutine write_char(), at the top of 
file f77_wisdom.f90.

subroutine write_char(c, iunit)
   character c
   integer iunit
   write(iunit,1000) c
1000 format(a,$)
end subroutine write_char

I suggest changing the write statement so that it reads as follows:

   if(len(c).eq.1) write(iunit,1000) c

-- Joe

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] [wsjt:wsjt] [r4611] - k1jt: Should have been included in previous commit.

2014-11-20 Thread John Nelson
Hi Joe,

Could you send me an example of what jt_wisdom.dat should look like?

--- John G4KLA

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] [wsjt:wsjt] [r4611] - k1jt: Should have been included in previous commit.

2014-11-20 Thread Michael Black
To: WSJT software development
Subject: Re: [wsjt-devel] [wsjt:wsjt] [r4611] - k1jt: Should have been
included in previous commit.

Hi Joe,

Could you send me an example of what jt_wisdom.dat should look like?

--- John G4KLA


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from
Actuate! Instantly Supercharge Your Business Reports and Dashboards with
Interactivity, Sharing, Native Excel Exports, App Integration  more Get
technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel