summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-26 08:50:03 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-26 08:50:03 +0000
commit8c2cc1f42a779a5774b8330d5630b91c5258fac4 (patch)
tree796919968e0123b1f127e811e01953b87f079498
parente0033c746444d46d0dfbd703e11e4a3a444059ae (diff)
détails
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@1209 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 68dcb3d217126ee638284d9b3951d1fa20be5904
-rw-r--r--src/Bipartite_graphs_matching/example/basic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bipartite_graphs_matching/example/basic.cpp b/src/Bipartite_graphs_matching/example/basic.cpp
index ad299225..09530f9a 100644
--- a/src/Bipartite_graphs_matching/example/basic.cpp
+++ b/src/Bipartite_graphs_matching/example/basic.cpp
@@ -28,7 +28,7 @@
using namespace Gudhi::bipartite_graph_matching;
-/*
+
double upper_bound = 400.; // any real >0
int main(){
@@ -63,9 +63,9 @@ int main(){
}
objetfichier.close();
}
-*/
+/*
int main() {
std::vector< std::pair<double,double> > v1, v2;
@@ -81,4 +81,4 @@ int main() {
std::cout << "Bottleneck distance = " << b << std::endl;
-}
+}*/