Skip to content
Snippets Groups Projects
Commit c9f276b5 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

remove debug messages

parent 3e488108
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #43350 failed
......@@ -242,7 +242,6 @@ public:
variable_used_only_in_assert(rethdf);
assert(rethdf >= 0);
DEBUG_MSG("before writing state\n");
herr_t status = H5Dwrite(
dataset_id,
type_id,
......@@ -258,7 +257,6 @@ public:
assert(rethdf >= 0);
rethdf = H5Sclose(filespace);
assert(rethdf >= 0);
DEBUG_MSG("after writing state\n");
}
{
assert(size_particle_rhs >= 0);
......@@ -306,7 +304,6 @@ public:
variable_used_only_in_assert(rethdf);
assert(rethdf >= 0);
DEBUG_MSG("before writing rhs %d\n", idx_rhs);
herr_t status = H5Dwrite(
dataset_id,
type_id,
......@@ -320,7 +317,6 @@ public:
assert(rethdf >= 0);
rethdf = H5Sclose(memspace);
assert(rethdf >= 0);
DEBUG_MSG("after writing rhs %d\n", idx_rhs);
}
int rethdf = H5Dclose(dataset_id);
variable_used_only_in_assert(rethdf);
......
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