diff --git a/Examples/IO/DEMToImageGenerator.cxx b/Examples/IO/DEMToImageGenerator.cxx index 33d37b0fbbc51b3529cf2415b4340743f9a3b27b..ceb909304ae765985f3a5170c7f9c88d5491bd5e 100644 --- a/Examples/IO/DEMToImageGenerator.cxx +++ b/Examples/IO/DEMToImageGenerator.cxx @@ -243,7 +243,7 @@ int main(int argc, char * argv[]) // Software Guide : BeginLatex // // Let's now run this example using as input the SRTM data contained in - // \code{DEM\_srtm} folder. Figure \redf{fig:DEMToImageGenerator} + // \code{DEM\_srtm} folder. Figure \ref{fig:DEMToImageGenerator} // shows the obtained DEM. Invalid data values -- hidden areas due // to SAR shadowing -- are set to zero. //