Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 395843df authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Debug

parent daab6ea5
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ int run_batch() {
char * compression = (char *) malloc(9); CHKPTRQ(compression);
read:
compression = memset(compression, 0x0, 9); CHKPTRQ(compression);
c = fscanf(input, "%d,%s\n", &nbPts, compression);
if(c == EOF && errno) {
SHWERRM(
......@@ -105,7 +106,9 @@ read:
ret = 1;
goto end;
}
printf("COMPRESSION IS %s\n", compression);
epsilon = compression_to_epsilon(compression);
printf("EPSILON IS = %e\n", epsilon);
reset_meters();
run_one();
ierr = fprintf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment