clear some comment
This commit is contained in:
parent
7588cc5d21
commit
879fd00f3c
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.TXT
|
||||
*.png
|
||||
*.exe
|
||||
*.exe
|
||||
*.csv
|
|
@ -34,15 +34,6 @@ void fillRawData(long** p, int N, int M) {
|
|||
j++;
|
||||
}
|
||||
//printf("\n\n");
|
||||
/*
|
||||
for(j = 1 ; j < M ; j++){
|
||||
|
||||
token = strtok(NULL, ","); // séparation valeur par virgule : csv
|
||||
if(token == NULL) break; // condition d'arrêt de la séparartion
|
||||
p[i][j] = atoi(token); //transtypage char to int
|
||||
//printf(token);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue