Skip to content

Instantly share code, notes, and snippets.

@joakim-hove
joakim-hove / gist:d51dc11b550031a15391
Last active August 29, 2015 14:19
Generated header: ParserKeyword.hpp
/* This is a header containing compile time constants for all the
keywords in the Json configuration. The actual values for the
keywordName, itemName and defaultValue members are compiled in.*/
#ifndef PARSER_KEYWORDS_HPP
#define PARSER_KEYWORDS_HPP
#include <opm/parser/eclipse/Parser/ParserKeyword.hpp>
namespace Opm {
namespace ParserKeywords {
Generating tests/data/equil_liveoil.DATA
[100%] Making "tests" data available in output tree
[100%] Built target datafiles
Scanning dependencies of target tests
[100%] Built target tests
In file included from /private/joaho/work/OPM/ewoms/ebos/eclproblem.hh:56:0,
from /private/joaho/work/OPM/ewoms/ebos/ebos.cc:33:
/private/joaho/work/OPM/ewoms/ebos/eclwriter.hh:254:63: error: non-static data member declared ‘auto’
const auto& gridView = simulator_.vanguard().gridView();
^