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

Fix source code indentation

parent d7d9870b
No related branches found
No related tags found
No related merge requests found
/*! \file Configuration.cpp /*! \file Configuration.cpp
*/ */
#include <cmath> #include <cmath>
#include <cstdio> #include <cstdio>
...@@ -509,7 +509,7 @@ ScattererConfiguration* ScattererConfiguration::from_dedfb(string dedfb_file_nam ...@@ -509,7 +509,7 @@ ScattererConfiguration* ScattererConfiguration::from_dedfb(string dedfb_file_nam
read_format += " %d"; read_format += " %d";
sscanf(file_lines[last_read_line].c_str(), read_format.c_str(), (iog_vector + i)); sscanf(file_lines[last_read_line].c_str(), read_format.c_str(), (iog_vector + i));
if (i > 0 && i % 15 == 0) { if (i > 0 && i % 15 == 0) {
last_read_line++; last_read_line++;
} }
}*/ }*/
int filled_iogs = 0; int filled_iogs = 0;
......
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