changed: move setting of default vanguard to basicproperties.hh

use forwarding to avoid including dgfvanguard.hh unless it is actually
used
This commit is contained in:
Arne Morten Kvarving
2024-07-01 09:33:44 +02:00
parent 23e9bc5ebc
commit 59a246e178
33 changed files with 51 additions and 11 deletions

View File

@@ -28,6 +28,7 @@
*/
#include "config.h"
#include <opm/models/io/dgfvanguard.hh>
#include <opm/models/utils/start.hh>
#include <opm/models/ncp/ncpmodel.hh>
#include <opm/models/discretization/vcfv/vcfvdiscretization.hh>