Skip to content

Commit

Permalink
Update filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Apr 28, 2020
1 parent 0d873ba commit 75df972
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -119,7 +119,7 @@ bool test_weighted<LCC_CM>(const LCC_CM& map,
auto cycle2=cst.compute_shortest_non_contractible_cycle(wf);
if (cycle2.length()!=nbedges)
{
std::cout<<"[ERROR] in test_weighted for double-torus-2-d.off: the length"
std::cout<<"[ERROR] in test_weighted for double-torus-2-b.off: the length"
<<" of the weighted smallest non contractible cycle is wrong: "
<<cycle2.length()<<"!="<<nbedges<<std::endl;
res=false;
Expand All @@ -130,7 +130,7 @@ bool test_weighted<LCC_CM>(const LCC_CM& map,
if (!cst.are_freely_homotopic(cycle, cycle2) &&
!cst.are_freely_homotopic(cycle, cycle3))
{
std::cout<<"[ERROR] in test_weighted for double-torus-2-d.off: "
std::cout<<"[ERROR] in test_weighted for double-torus-2-b.off: "
<<"cycle and cycle2 are not homotopic."<<std::endl;
res=false;
}
Expand Down

0 comments on commit 75df972

Please sign in to comment.