mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
using double for regularization_factor_wells_
This commit is contained in:
@@ -370,7 +370,7 @@ namespace Opm
|
||||
int strict_outer_iter_wells_;
|
||||
|
||||
/// Regularization factor for wells
|
||||
int regularization_factor_wells_;
|
||||
double regularization_factor_wells_;
|
||||
|
||||
/// Maximum newton iterations with inner well iterations
|
||||
int max_niter_inner_well_iter_;
|
||||
|
||||
Reference in New Issue
Block a user