italian text translated into english

This commit is contained in:
Giuseppe Baruffa 2006-03-16 16:49:13 +00:00
parent 76d29b8df1
commit f0721df1d9
2 changed files with 768 additions and 1502 deletions

View File

@ -1650,18 +1650,6 @@ void jpwl_read_esd()
break;
}
//esdata = esdata/2;
//for (i=0; i<esdata; i++)
//{
// temp = cio_read(2);
// mant = temp & 0x07FF;
// ex = (temp >> 11) & 0x001F;
// value = pow(2,ex-15)*(1+(mant/pow(2,11)));
//fprintf(f,"%x\n",cio_read(1));
// fprintf(f,"level %d: %f\n",i,value);
//}
//printf("temp: %x\n",cio_read(2));
//cio_skip(-2);
fclose(f);
}
/*

File diff suppressed because it is too large Load Diff