Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
8a1a5278
Commit
8a1a5278
authored
Aug 01, 2012
by
David C. Lonie
Browse files
Add missing return statements to tests.
Change-Id: I2890e67e383f8af88a9175e4497c5167c6d22468
parent
b7c0d1cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
IO/Export/Testing/Cxx/TestGL2PSTextActor3D.cxx
View file @
8a1a5278
...
@@ -103,4 +103,6 @@ int TestGL2PSTextActor3D(int, char *[])
...
@@ -103,4 +103,6 @@ int TestGL2PSTextActor3D(int, char *[])
win
->
SetMultiSamples
(
0
);
win
->
SetMultiSamples
(
0
);
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Start
();
win
->
GetInteractor
()
->
Start
();
return
EXIT_SUCCESS
;
}
}
Rendering/Matplotlib/Testing/Cxx/TestMathTextActor.cxx
View file @
8a1a5278
...
@@ -100,4 +100,6 @@ int TestMathTextActor(int, char *[])
...
@@ -100,4 +100,6 @@ int TestMathTextActor(int, char *[])
win
->
SetMultiSamples
(
0
);
win
->
SetMultiSamples
(
0
);
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Start
();
win
->
GetInteractor
()
->
Start
();
return
EXIT_SUCCESS
;
}
}
Rendering/Matplotlib/Testing/Cxx/TestMathTextActor3D.cxx
View file @
8a1a5278
...
@@ -103,4 +103,6 @@ int TestMathTextActor3D(int, char *[])
...
@@ -103,4 +103,6 @@ int TestMathTextActor3D(int, char *[])
win
->
SetMultiSamples
(
0
);
win
->
SetMultiSamples
(
0
);
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Initialize
();
win
->
GetInteractor
()
->
Start
();
win
->
GetInteractor
()
->
Start
();
return
EXIT_SUCCESS
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment