Skip to content

Commit

Permalink
Change forward model argument names (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Sep 22, 2020
1 parent 09bcf70 commit b635fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xtgeoapp_grd3dmaps/config_jobs/GRID3D_AVERAGE_MAP
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXECUTABLE grid3d_average_map
ARGLIST "--config" <CONFIG_AVGMAP> "--eclroot" <ECLIPSE>
ARGLIST "--config" <CONFIG_AVGMAP> "--eclroot" <ECLROOT>

STDERR GRID3D_AVERAGE_MAP.stderr
STDOUT GRID3D_AVERAGE_MAP.stdout
2 changes: 1 addition & 1 deletion src/xtgeoapp_grd3dmaps/config_jobs/GRID3D_HC_THICKNESS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXECUTABLE grid3d_hc_thickness
ARGLIST "--config" <CONFIG_HCMAP> "--eclroot" <ECLIPSE>
ARGLIST "--config" <CONFIG_HCMAP> "--eclroot" <ECLROOT>

STDERR GRID3D_HC_THICKNESS.stderr
STDOUT GRID3D_HC_THICKNESS.stdout

0 comments on commit b635fe5

Please sign in to comment.