Kshitij Kulshreshtha 2014-08-17 12:26:43 +00:00 committed by Git OBS Bridge
parent 5630786491
commit 66b9a467a9

View File

@ -1,12 +0,0 @@
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 ****************************/