Hi All,

There is a write statement in linrad-02.36 that writes
huge amounts of data to the debug file. 
Comment out the below code around line 1390 in tx.c
or download 02.36a that now replaces 02-36.

t1=0;
for(i=0; i<txout_sizhalf; i++)
  {
  t2=txout[2*i  ]*txout[2*i  ]+
     txout[2*i+1]*txout[2*i+1];
  if(t2>t1)t1=t2;
fprintf(dmp,"\n%d   %f",i,sqrt(t2));
  }


73

Leif / SM5BSZ


#############################################################
This message is sent to you because you are subscribed to
  the mailing list <linrad@antennspecialisten.se>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to  <[EMAIL PROTECTED]>

Reply via email to