Added many keyword config files + createDefaultKeywordList will print
This commit is contained in:
@@ -54,7 +54,8 @@ void inlineKeyword(const boost::filesystem::path& file , std::ofstream& of) {
|
||||
parserKeyword->inlineNew(of , keyword , indent);
|
||||
of << indent << "addKeyword( ParserKeywordConstPtr(" << keyword << "));" << std::endl;
|
||||
of << "}" << std::endl << std::endl;
|
||||
|
||||
|
||||
std::cout << "Creating keyword: " << file.filename() << std::endl;
|
||||
delete jsonKeyword;
|
||||
}
|
||||
}
|
||||
|
||||
1
opm/parser/share/keywords/A/ACTNUM
Normal file
1
opm/parser/share/keywords/A/ACTNUM
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "ACTNUM", "data" : {"value_type" : "INT" }}
|
||||
1
opm/parser/share/keywords/C/COORD
Normal file
1
opm/parser/share/keywords/C/COORD
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "COORD", "data" : {"value_type" : "FLOAT" }}
|
||||
4
opm/parser/share/keywords/C/COPY
Normal file
4
opm/parser/share/keywords/C/COPY
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name" : "COPY" , "items" : [
|
||||
{"name" : "src", "value_type" : "STRING"},
|
||||
{"name" : "target", "value_type" : "STRING"}]}
|
||||
|
||||
1
opm/parser/share/keywords/E/EDIT
Normal file
1
opm/parser/share/keywords/E/EDIT
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "EDIT"}
|
||||
3
opm/parser/share/keywords/M/MULTFLT
Normal file
3
opm/parser/share/keywords/M/MULTFLT
Normal file
@@ -0,0 +1,3 @@
|
||||
{"name" : "MULTFLT", "items" : [
|
||||
{"name" : "fault" , "value_type" : "STRING"},
|
||||
{"name" : "factor" , "value_type" : "FLOAT"}]}
|
||||
3
opm/parser/share/keywords/M/MULTIPLY
Normal file
3
opm/parser/share/keywords/M/MULTIPLY
Normal file
@@ -0,0 +1,3 @@
|
||||
{"name" : "MULTIPLY", "items" : [
|
||||
{"name" : "field" , "value_type" : "STRING"},
|
||||
{"name" : "factor" , "value_type" : "FLOAT"}]}
|
||||
1
opm/parser/share/keywords/N/NEWTRAN
Normal file
1
opm/parser/share/keywords/N/NEWTRAN
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "NEWTRAN"}
|
||||
1
opm/parser/share/keywords/N/NOECHO
Normal file
1
opm/parser/share/keywords/N/NOECHO
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "NOECHO"}
|
||||
1
opm/parser/share/keywords/P/PROPS
Normal file
1
opm/parser/share/keywords/P/PROPS
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "PROPS"}
|
||||
1
opm/parser/share/keywords/R/REGIONS
Normal file
1
opm/parser/share/keywords/R/REGIONS
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "REGIONS"}
|
||||
1
opm/parser/share/keywords/Z/ZCORN
Normal file
1
opm/parser/share/keywords/Z/ZCORN
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "ZCORN", "data" : {"value_type" : "FLOAT" }}
|
||||
Reference in New Issue
Block a user