Skip to content
Snippets Groups Projects
Commit 9f7abf26 authored by Joana Plewnia's avatar Joana Plewnia
Browse files

small changes for better readability

parent 87474ee7
No related branches found
No related tags found
1 merge request!322Feature/forgetting in wm and em
......@@ -36,9 +36,9 @@ namespace armarx::armem::server::ltm::processor::filter
if(instances_accepted){
lastTime = current;
stats.accepted += 1;
this->stats.accepted += 1;
} else {
stats.rejected += 1;
this->stats.rejected += 1;
}
return instances_accepted;
}
......
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