Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3daa4ab4 authored by LUISELLI Juliette's avatar LUISELLI Juliette
Browse files

typo

parent b83f4fbf
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ void DnaFactory::reduce_space(const ExpManager_7* exp_m) {
total_length_ /= 1000000;
printf("total length %zu ou of %zu\n", total_length_, max_pool_size);
printf("total length %zu out of %zu\n", total_length_, max_pool_size);
if (total_length_ > max_pool_size) {
size_t to_remove_size = total_length_ - max_pool_size;
......
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