[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:08 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 0b0f5c86f9e2b8ae17f23f9e86b542c781cd9e2c
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Mon Feb 13 19:14:30 2012 +0100

    fix: typos

diff --git a/libsing-test1.cc b/libsing-test1.cc
index eb098cf..de68402 100644
--- a/libsing-test1.cc
+++ b/libsing-test1.cc
@@ -1,5 +1,5 @@
 /* compile:
- * SINGUNAME=`./singuane`
+ * SINGUNAME=`./singunane`
  *  g++  -I$SINGUNAME/include -o libsing-test1 libsing-test1.cc -L./Singular -lsingular
  */
 #include <libsingular.h>
diff --git a/libsing-test2.cc b/libsing-test2.cc
index 464e5be..0248e46 100644
--- a/libsing-test2.cc
+++ b/libsing-test2.cc
@@ -1,7 +1,10 @@
 /* compile:
- * SINGUNAME=`./singuane`
+ * SINGUNAME=`./singunane`
  *  g++  -I$SINGUNAME/include -o libsing-test2 libsing-test2.cc -L./Singular -lsingular
  */
+//---------------------------
+//  how to call a library function: Primdec::primdecGTZ
+//---------------------------
 #include <libsingular.h>
 main()
 {
@@ -105,7 +108,6 @@ main()
       }
     }
   }
-
 }
 /* coding of objects of type number:
    this depend on the corresponding ring

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list