From ebc92fb92efc00baf052ccd56f763ee4203fe4c2 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 30 Mar 2020 12:38:47 +0200 Subject: [PATCH] fixed: proper initializer list order --- tests/test_RFT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_RFT.cpp b/tests/test_RFT.cpp index c83f45ab0..6d05a0f50 100644 --- a/tests/test_RFT.cpp +++ b/tests/test_RFT.cpp @@ -457,8 +457,8 @@ namespace { explicit Setup(const ::Opm::Deck& deck) : es { deck } - , python{ } , sched { deck, es , python } + , python{ } { }