Jørgen Kvalsvik
d0d4a74d31
Moves readValueToken implementation to source file
...
The templated readValueToken has been moved to source file, and uses
explicit instantiation and linking. The deprecated float specialisation
has been removed.
2016-03-04 18:27:44 +01:00
Andreas Lauser
435e6aa6c5
extend "StarToken" class
...
that's because not every token which contains a star represents an
repetion, e.g.
'PROD*'
and
'123*456'
(with the quotes) are strings...
2014-09-15 12:27:28 +02:00
Kristian Flikka
697c273c19
OPM-94: Removed specialized int,double,string implementations, one generic covers the same
2014-07-10 13:24:49 +02:00
Atle Haugan
344d02ad1c
Add support for wildcard in WCONPROD and WCONINJE keywords.
2014-05-06 09:54:37 +02:00
Kristian Flikka
ce692159c9
Trimming right side of each read line, to avoid line ending problems.
...
Removed C style parsing of numbers, using boost::lexical_cast instead.
2013-12-03 10:15:22 +01:00
Joakim Hove
dabfdb922b
Added loose function tokenCOntainsStar to StarToken.cpp
2013-10-14 21:27:20 +02:00
Joakim Hove
a7078ba687
Implemented StarToken specializations in cpp file
2013-10-14 21:05:10 +02:00
Joakim Hove
ccae60777d
Ensure that StarToken() will throw for missing multiplier
2013-10-14 17:49:07 +02:00