From b3306c9a5bf96ce55383f5b5e96ab98c14430ce7 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Mon, 9 Sep 2024 21:58:35 +0200 Subject: [PATCH] syntax error fix in a schema --- Utilities/JsonSchemas/Solver.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/JsonSchemas/Solver.schema.json b/Utilities/JsonSchemas/Solver.schema.json index 32b15ab1..bd4a8ec7 100644 --- a/Utilities/JsonSchemas/Solver.schema.json +++ b/Utilities/JsonSchemas/Solver.schema.json @@ -16,7 +16,6 @@ "type" : "number", "description" : "When a Newton iteration fails to converge, we cut the time step. If it fails again, we cut again until we have reached a number of time equal maxTimeStepCuts. Then, we consider the simulation has failed. The default value is 6"}, - } "nonlinearTolerance" : { "type" : "number", "description" : "tolerance value for the nonlinear iteration"},