From 0b9147692d8183f063eacbda2b2aa30dfe4b303f Mon Sep 17 00:00:00 2001 From: pmoulon Date: Tue, 14 Apr 2015 14:50:32 +0200 Subject: [PATCH] Fix typo Matlab->Meshlab. Change-Id: If64a1e2bd10637eac8ed74a5c43cfa133c7aa575 --- examples/bal_problem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bal_problem.cc b/examples/bal_problem.cc index fa1d82a8d..1ee3c81b2 100644 --- a/examples/bal_problem.cc +++ b/examples/bal_problem.cc @@ -177,7 +177,7 @@ void BALProblem::WriteToFile(const std::string& filename) const { fclose(fptr); } -// Write the problem to a PLY file for inspection in Matlab or CloudCompare. +// Write the problem to a PLY file for inspection in Meshlab or CloudCompare. void BALProblem::WriteToPLYFile(const std::string& filename) const { std::ofstream of(filename.c_str());