mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1514 Add Wellpath StimPlanGrid intersector. Fix errors in polyline polygon intersection. Add tests for Polyline polygon intersection
This commit is contained in:
@@ -36,7 +36,7 @@ TEST(opm_flowdiagnostics_test, basic_construction)
|
||||
std::cout.precision(16);
|
||||
for ( double t : tof )
|
||||
{
|
||||
std::cout << t << '\n';
|
||||
// std::cout << t << '\n';
|
||||
}
|
||||
}
|
||||
catch ( const std::exception& e )
|
||||
|
||||
Reference in New Issue
Block a user