From e379b4c01877b45812e2c1c17512f06a6b805a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 13 Sep 2024 14:13:37 +0200 Subject: [PATCH] Use FORWARD_MODEL in poly-example No need to use the keyword SIMULATION_JOB that no users use. --- test-data/poly_example/poly.ert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-data/poly_example/poly.ert b/test-data/poly_example/poly.ert index 06fc6a10f03..9ca15a413f0 100644 --- a/test-data/poly_example/poly.ert +++ b/test-data/poly_example/poly.ert @@ -13,4 +13,4 @@ GEN_KW COEFFS coeff_priors GEN_DATA POLY_RES RESULT_FILE:poly.out INSTALL_JOB poly_eval POLY_EVAL -SIMULATION_JOB poly_eval +FORWARD_MODEL poly_eval