Click here to Skip to main content
15,949,686 members

Comments by UweKlatt (Top 2 by date)

UweKlatt 27-Nov-13 4:12am View    
Hello,

at least
a[i] = (float*) malloc(n * m * sizeof(float));
and
b[i] = (float *) malloc(p * q * sizeof(float));
inside of the for(i..) loop seems to be wrong.

Bye
Uwe
UweKlatt 27-Nov-13 3:26am View    
Is this a mistake?
long int recsize;
should be
long recsize;

Uwe