Particle Tracer work in progress

This commit is contained in:
2023-08-05 19:35:16 +02:00
parent b50dbe7d4b
commit 7b83a34e47
46 changed files with 60399 additions and 23269 deletions

View File

@@ -243,10 +243,11 @@ void solveRB(Solver* solver)
#endif
it++;
}
/*
#ifdef VERBOSE
printf("Solver took %d iterations to reach %f\n", it, sqrt(res));
#endif
*/
}
void solveRBA(Solver* solver)