diff --git a/tests/lbpm_serial_decomp.cpp b/tests/lbpm_serial_decomp.cpp index bcdd9fc8..738e387e 100644 --- a/tests/lbpm_serial_decomp.cpp +++ b/tests/lbpm_serial_decomp.cpp @@ -58,6 +58,10 @@ int main(int argc, char **argv) // char fluidValue,solidValue; xStart=yStart=zStart=0; + inlet_count_x = 0; + inlet_count_y = 0; + inlet_count_z = 0; + checkerSize = 32; // read the input database auto db = std::make_shared( filename ); auto domain_db = db->getDatabase( "Domain" );