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

fix compile w/ old gcc

parent 2636afa4
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,7 @@ void Homology::findCompatibleBasisPair(int master, std::vector<int> dim) ...@@ -396,7 +396,7 @@ void Homology::findCompatibleBasisPair(int master, std::vector<int> dim)
continue; continue;
} }
std::vector<Chain<int>*> newBasis(n, NULL); std::vector<Chain<int>*> newBasis(n);
if(master==0) { if(master==0) {
for(int i = 0; i < n; i++) { for(int i = 0; i < n; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment