Added a new volume unity Oil Barrels and a new permeability class that handles Darcy and MiliDarcys.
BUG 388074
ngraham | |
broulik |
Frameworks |
Added a new volume unity Oil Barrels and a new permeability class that handles Darcy and MiliDarcys.
BUG 388074
No Linters Available |
No Unit Test Coverage |
Buildable 4587 | |
Build 4605: arc lint + arc unit |
Great job, and nice first patch!
Unfortunately, this doesn't compile:
-- Configuring done CMake Error at src/CMakeLists.txt:32 (add_library): Cannot find source file: permeability.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Looks like the new permeability files weren't added to the patch. You can use git add <path to permeability.h> <path to permeability.cpp> to do so, then arc diff to update the diff.
src/unit.h | ||
---|---|---|
333 | Can you add /** @since 5.53 */ for each of these new entries, following the pattern? |
src/unit.h | ||
---|---|---|
65 | /** @since 5.53 */ is needed here too. |