Just a guess, but is eq_no outside of the range of the elements in eq_rec, ie 
less than 1 or > *eq_rec.  That would cause eq_rec[eq_no] to fail, and hence 
no output would occur.


On Monday 25 July 2005 23:26, Dennis J. Darland wrote:
> Here's the problem code:
>
> write(outfile1,"#DEBUG 4");
> write(outfile1,"H :=
> adjust_step(",indep_var_diff,",",eq_rec[eq_no].dep_var_diff_2,"_higher,HSAV
>,HNEW,",eq_rec[eq_no].order_diff_2,");"); write(outfile1,"#DEBUG 5");
>
> Dennis J. Darland
> Treasurer of the Bertrand Russell Society, Inc.
> [EMAIL PROTECTED]
> Solve Systems of Ordinary Differential Equations (Sode)
> http://sode.sourceforge.net
>
> Dennis J. Darland wrote:
> > I have a program SODE.icn which I am trying to enhance.
> > There is a write statement (it produces source code  as output)
> > which never produces anything in the output even though the write
> > statements (to the same file) imedeately before & after do.
> > Also no error is produced.
> >
> > When I manually insert the line in the output file, it works.
> >
> > I've mostly been working with Icon version 9.3.1, but I get the same
> > result
> > under Unicon (11.0 I think)
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Unicon-group mailing list
> Unicon-group@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unicon-group


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to