]> www.ginac.de Git - ginac.git/commitdiff
- numeric::archive(): fixed a typo.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 11 Apr 2000 00:17:37 +0000 (00:17 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 11 Apr 2000 00:17:37 +0000 (00:17 +0000)
ginac/numeric.cpp

index 163e74816a1784dd570bd8646642b9ae3c20b850..49e65be47ed77b2cc8eaf285f25d3d4ae11e28b1 100644 (file)
@@ -302,7 +302,7 @@ void numeric::archive(archive_node &n) const
     ostringstream s;
 #else
     char buf[1024];
-    ostrstream f(buf, 1024);
+    ostrstream s(buf, 1024);
 #endif
     if (this->is_crational())
         s << *value;