Added class wide default double value
This commit is contained in:
parent
ab3fb002d6
commit
797125463c
@ -64,6 +64,10 @@ namespace Opm {
|
||||
return 0;
|
||||
}
|
||||
|
||||
double ParserItem::defaultDouble() {
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
std::string ParserItem::defaultString() {
|
||||
return "DEFAULT";
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ namespace Opm {
|
||||
|
||||
static int defaultInt();
|
||||
static std::string defaultString();
|
||||
|
||||
static double defaultDouble();
|
||||
|
||||
virtual ~ParserItem() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user