Simulate with only active cells (#2213)

Use FieldProps implementation for 3D properties
This commit is contained in:
Joakim Hove
2020-01-13 15:46:50 +01:00
committed by GitHub
parent dce86bb078
commit 0e9535319b
10 changed files with 138 additions and 127 deletions

View File

@@ -53,6 +53,7 @@
#include <string>
#include <vector>
#include <string.h>
#define CHECK(value, expected) \
{ \
if ((value) != (expected)) { \