Skip to content
Snippets Groups Projects
Commit 111a0da0 authored by Matti Pellika's avatar Matti Pellika
Browse files

Windows build debugging.

parent cb692ef5
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ void Homology::findGenerators(std::string fileName)
chains->getTorsion(j,i));
t1 = Cpu();
int start = chain->getSize();
chain->smoothenChain();
//chain->smoothenChain();
t2 = Cpu();
Msg::Info("Smoothened H%d %d from %d cells to %d cells (%g s).",
j, i, start, chain->getSize(), t2 - t1);
......
......@@ -19,11 +19,13 @@
#if ! defined(HAVE_GMP)
#include "GmshMessage.cpp"
#include "limits.h"
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");
}
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