Skip to content

Commit

Permalink
fixup: inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 19, 2024
1 parent f57e322 commit edc2452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/inputs/hertzian_contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"restitution" : {"value": 0.5},
"horizon" : {"value": 1e-4 },
"radius" : {"value": 5e-5 },
"final_time" : {"value": 1e-4, "unit": "s"},
"final_time" : {"value": 1e-5, "unit": "s"},
"timestep" : {"value": 1e-8, "unit": "s"},
"timestep_safety_factor" : {"value": 0.8},
"output_frequency" : {"value": 1000},
"output_frequency" : {"value": 10000},
"output_reference" : {"value": false}
}

0 comments on commit edc2452

Please sign in to comment.