Skip to content
Snippets Groups Projects
Commit 00099e0b authored by cmaffeo2's avatar cmaffeo2
Browse files

Merge branch 'feat/rbparticles' into release

parents 7ac4cdf8 d26d3891
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public:
int find_particle_type(const char* s) const {
for (int j = 0; j < numParts; j++) {
printf("Searching particle %d (%s) =? %s\n", j, part[j].name.val(), s);
// printf("Searching particle %d (%s) =? %s\n", j, part[j].name.val(), s);
if (strcmp(s,part[j].name.val()) == 0)
return j;
}
......
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