#1514 Add Wellpath StimPlanGrid intersector. Fix errors in polyline polygon intersection. Add tests for Polyline polygon intersection

This commit is contained in:
Jacob Støren
2017-05-22 18:11:03 +02:00
parent 50c182aa26
commit 6cbbed15bf
12 changed files with 298 additions and 20 deletions

View File

@@ -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 )