From da59d9879cf6f8717f82d1bd75e32a87f73a4cfc Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Wed, 14 Jan 2009 18:27:51 +0100 Subject: [PATCH] BUG: endcode snipped --- Examples/DisparityMap/SIFTDisparityMapEstimation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx index 61a3e022a6..b23443658d 100644 --- a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx +++ b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx @@ -391,7 +391,7 @@ int main (int argc, char* argv[]) // We pass the landmarks to the deformer and we run it. // // Software Guide : EndLatex - +// Software Guide : BeginCodeSnippet deformer->SetSourceLandmarks( sourceLandmarks.GetPointer() ); deformer->SetTargetLandmarks( targetLandmarks.GetPointer() ); -- GitLab