diff --git a/ADOL-C/src/adouble_tl.cpp b/ADOL-C/src/adouble_tl.cpp index d72c538..9deaec7 100644 --- a/ADOL-C/src/adouble_tl.cpp +++ b/ADOL-C/src/adouble_tl.cpp @@ -72,6 +72,7 @@ istream& operator >> ( istream& in, adouble& a) { while (c!=')' && !in.eof()); return in; } + return in; } /**************** ADOLC_TRACELESS_SPARSE_PATTERN ****************************/