Removed template for ParserItem for decoding default/repetetive tokens for String and Double

This commit is contained in:
Kristian Flikka
2013-10-16 14:57:01 +02:00
parent 0aa416675a
commit 13f30cb3ef
12 changed files with 147 additions and 168 deletions

View File

@@ -54,13 +54,6 @@ namespace Opm {
typedef boost::shared_ptr<const ParserIntItem> ParserIntItemConstPtr;
typedef boost::shared_ptr<ParserIntItem> ParserIntItemPtr;
template<class T>
class ParserXItem : public ParserItem{
public:
ParserXItem(const std::string& itemName) { };
};
}
#endif /* PARSERINTITEM_HPP */