Skip to content

Commit

Permalink
Update latest DD version to 3.39.0 and fix UNIT_SF typo in globals.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-parker1 committed Dec 5, 2023
1 parent dfa817d commit ace96ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mappings.cfg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"3.39.0": ["magnetics", "pf_active", "pf_passive", "tf", "wall"],
"3.37": ["magnetics", "pf_active", "pf_passive", "tf", "wall"],
"3.34": ["pf_active"]
}
2 changes: 1 addition & 1 deletion mappings/globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"COMMENT_1": "Top-level globals.json, relevant variables to all IDSs. Includes all templating substitutions",
"COMMENT_2": "PLUGIN_ARGS defines the mandatory arguments for each plugin request",
"DEG2RAD": 0.0174532925199,
"UNIF_SF": 1000,
"UNIT_SF": 1000,
"PLUGIN_ARGS": {
"DRAFT_JSON": {
"source": "{{ shot }}"
Expand Down

0 comments on commit ace96ee

Please sign in to comment.