1 --- a/LastWave/package_image/src/image_file.c 2009-02-04 13:14:12.000000000 +0100
2 +++ b/LastWave/package_image/src/image_file.c 2010-02-16 02:09:54.241114799 +0100
4 for(i = 0; i < ncol*nrow; i++) {
6 fscanf(stream,"%lf ",values+i);
9 fscanf(stream,"%f ",values+i);