mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Thermal Fracture: decrease resolution to decrease computation time.
This commit is contained in:
parent
d0b961871a
commit
fc78b282b0
@ -34,8 +34,8 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
int numSamplesX = 100;
|
||||
int numSamplesY = 60;
|
||||
int numSamplesX = 50;
|
||||
int numSamplesY = 40;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user