Skip to content
Snippets Groups Projects
Commit 5fbadea1 authored by luz.paz's avatar luz.paz
Browse files

./Examples/ typo fixes

parent 9c240611
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ int main() ...@@ -76,7 +76,7 @@ int main()
renWin->SetSize(300, 300); renWin->SetSize(300, 300);
// //
// Now we loop over 360 degreeees and render the cone each time // Now we loop over 360 degrees and render the cone each time
// //
int i; int i;
for (i = 0; i < 360; ++i) for (i = 0; i < 360; ++i)
......
...@@ -188,7 +188,7 @@ if test "x$PERL_PROG" != "xNOTFOUND" ; then ...@@ -188,7 +188,7 @@ if test "x$PERL_PROG" != "xNOTFOUND" ; then
fi fi
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Retrieve the (gziped) VTK 4 tag file and decompress it # Retrieve the (gzipped) VTK 4 tag file and decompress it
if test "x$DOWNLOAD_VTK_TAGFILE" == "xON" ; then if test "x$DOWNLOAD_VTK_TAGFILE" == "xON" ; then
if test "x$VTK_TAGFILE" != "x" ; then if test "x$VTK_TAGFILE" != "x" ; then
......
// This header is automatically #included in every source file in the Xcode project. // This header is automatically #included in every source file in the Xcode project.
// OpenGL is deprecated in macOS, but used extensively by VTK, so silence complier warnings. // OpenGL is deprecated in macOS, but used extensively by VTK, so silence compiler warnings.
#define GL_SILENCE_DEPRECATION 1 #define GL_SILENCE_DEPRECATION 1
#ifdef __cplusplus #ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment