Skip to content
Snippets Groups Projects
Commit 391d0a75 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix typo in logger message

parent 77846eb6
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ void frfme(string data_file, string output_path) {
// Array initialization
long swap1_size, swap2_size, tfrfme_size;
double size_mb;
printf("INFO: calculation memory requirements\n");
printf("INFO: calculating memory requirements\n");
swap1_size = Swap1::get_memory_requirement(lm, nkv);
size_mb = 1.0 * swap1_size / 1024.0 / 1024.0;
printf("Swap 1: %.2lg MB\n", size_mb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment