mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Add DUMP macro for debugging.
This commit is contained in:
parent
526b4d26e3
commit
59e36f72b3
@ -35,6 +35,7 @@
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
|
||||
#define DUMP(foo) std::cout << "==========================================\n" #foo ":\n" << collapseJacs(foo) << std::endl
|
||||
|
||||
typedef AutoDiff::ForwardBlock<double> ADB;
|
||||
typedef ADB::V V;
|
||||
|
Loading…
Reference in New Issue
Block a user