mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
d0fd852f2c
commit
c8aa0f6c17
|
|
@ -1848,7 +1848,7 @@ std::istream& operator >> (std::istream& is, Polynomial<NT>& p) {
|
|||
return is;
|
||||
is.putback(ch);
|
||||
} else {
|
||||
is.putback(ch);
|
||||
is.putback(ch);
|
||||
}
|
||||
is >> d;
|
||||
if ( pretty) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue