feat(GridFire): updated

This commit is contained in:
2026-04-20 12:42:23 -04:00
parent 54d3ec9920
commit e704d5a1a7
4 changed files with 34 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ int main(int argc, char** argv) {
solver::PointSolverContext solver_ctx(*blob);
solver::PointSolver solver(engine);
solver_ctx.stdout_logging=false;
solver_ctx.stdout_logging=true;
double current_time = 180;
nlohmann::json j;