Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Jul 16, 2024
1 parent 52695b1 commit f0bd6c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mappings/equilibrium/mappings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"time_slice[#]/profiles_2d/shape_of": {
"time_slice[#]/profiles_2d": {
"MAP_TYPE": "VALUE",
"VALUE": "1"
},
Expand Down Expand Up @@ -135,23 +135,23 @@
},
"SLICE": "[{{ indices.0 }}]"
},
"time_slice[#]/profiles_2d/1/grid_type/name": {
"time_slice[#]/profiles_2d[#]grid_type/name": {
"MAP_TYPE": "VALUE",
"VALUE": "Rectangular"
},
"time_slice[#]/profiles_2d/1/grid_type/index": {
"time_slice[#]/profiles_2d[#]grid_type/index": {
"MAP_TYPE": "VALUE",
"VALUE": "1"
},
"time_slice[#]/profiles_2d/1/grid/dim1": {
"time_slice[#]/profiles_2d[#]grid/dim1": {
"MAP_TYPE": "PLUGIN",
"PLUGIN": "UDA",
"ARGS": {
"signal": "EFM_GRID(R)"
},
"SLICE": "[{{ indices.0 }}]"
},
"time_slice[#]/profiles_2d/1/grid/dim2": {
"time_slice[#]/profiles_2d[#]grid/dim2": {
"MAP_TYPE": "PLUGIN",
"PLUGIN": "UDA",
"ARGS": {
Expand All @@ -171,7 +171,7 @@
},
"SLICE": "[{{ indices.0 }}]"
},
"time_slice[#]/coordinate_systemgrid/dim2": {
"time_slice[#]/coordinate_system/grid/dim2": {
"MAP_TYPE": "PLUGIN",
"PLUGIN": "UDA",
"ARGS": {
Expand Down

0 comments on commit f0bd6c3

Please sign in to comment.