Common components for OPM, in particular build system (cmake).
Go to file
Joakim Hove 2ac15ffae2 Rudimentary example of Log singleton.
This commit shows a very basic example of how Logging singleton can be
implemented. The commit consists of a fully static class OpmLog which
manages a Logger class; in this case an instance of the ParserLog
class. The static OpmLog class can then be used from anywhere in the opm
code with:

  OpmLog::addMessage( messageType , "Log message")

Before this can be really useful the Logger class should be extended /
subclassed / ... for general usability.
2015-03-04 22:07:01 +01:00
cmake FindERT.cmake: Look for libecl_well library 2014-12-08 13:06:16 +01:00
docs Added more documentation 2013-08-25 21:49:28 +02:00
opm Rudimentary example of Log singleton. 2015-03-04 22:07:01 +01:00
testdata Fix inconsistencies in test cases. 2015-01-27 10:39:39 +01:00
.gitignore Update gitignore 2015-01-13 12:57:16 +01:00
configure make the module buildable using dunecontrol 2013-12-10 16:12:39 +01:00