Reduce the size of the data file for testing purpose
This commit is contained in:
parent
136cccb67d
commit
7312936310
|
@ -31,7 +31,7 @@ void reduce_data(int size){
|
|||
|
||||
|
||||
int main(){
|
||||
int size = 100;
|
||||
int size = 40;
|
||||
reduce_data(size);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue