Added private member function getNumericErtFields

This commit is contained in:
Bjørn Spjelkavik 2012-08-29 11:28:23 +02:00
parent b4175e5c2b
commit 8694794aae

View File

@ -196,6 +196,7 @@ private:
SpecialFieldPtr cloneSpecialField(const std::string& fieldname,
const std::tr1::shared_ptr<SpecialBase> original);
void readImpl(std::istream& is);
void getNumericErtFields(const std::string& filename);
std::string directory_;