Changed: Let IntegrandBase::parse() return false by default
This commit is contained in:
parent
4ac708f596
commit
a8f6662020
@ -49,7 +49,7 @@ public:
|
||||
virtual ~IntegrandBase() {}
|
||||
|
||||
//! \brief Parses a data section from an XML element.
|
||||
virtual bool parse(const TiXmlElement*) { return true; }
|
||||
virtual bool parse(const TiXmlElement*) { return false; }
|
||||
|
||||
//! \brief Prints out the problem definition to the log stream.
|
||||
virtual void printLog() const {}
|
||||
|
Loading…
Reference in New Issue
Block a user