Skip to content
Snippets Groups Projects
Commit d382ef05 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 4fa1e8ce
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Only the functions needed by Kbipack are available.
THIS INTERFACE IS NOT BERFORMING ANY ARBITRARY PRECISION ARITHMETIC.
THIS INTERFACE IS NOT PERFORMING ANY ARBITRARY PRECISION ARITHMETIC.
You should always use the GMP library (http://gmplib.org/) when possible.
Some basic techniques to detect integer overflows are implemented.
......@@ -25,7 +25,7 @@
void overflow()
{
printf("ERROR: Integer overflow detected! Compile with GMP library to fix this.\n");
Msg::Error("Integer overflow detected! Compile with GMP library to fix this. \n");
Msg::Error("Integer overflow detected! Compile with GMP library to fix this.");
}
long int addcheck(long int a, long int b){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment