File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ class ArrivalFunctionToPathCommand : public itk::Command
5959
6060 /* * Execute */
6161 void Execute (itk::Object *caller, const itk::EventObject & event)
62- {
62+ {
6363 Execute ( (const itk::Object *)caller, event);
64- }
64+ }
6565
6666 /* * Execute */
6767 void Execute (const itk::Object * object, const itk::EventObject & event)
68- {
68+ {
6969 if ( ! itk::IterationEvent ().CheckEvent ( &event ) )
7070 {
7171 return ;
@@ -75,7 +75,7 @@ class ArrivalFunctionToPathCommand : public itk::Command
7575 {
7676 m_Filter->Execute ( object, event );
7777 }
78- }
78+ }
7979
8080protected:
8181 ArrivalFunctionToPathCommand (){}
@@ -130,7 +130,7 @@ class ArrivalFunctionToPathCommand : public itk::Command
130130 * Cambridge Press, 2nd edition, 1999.
131131 * [2] J. Andrews and J. Sethian. Fast marching methods for the continuous
132132 * traveling salesman problem. Proceedings of the National Academy of
133- * Sciences (PNAS), 104(4):1118 1123, 2007.
133+ * Sciences (PNAS), 104(4):1118/ 1123, 2007.
134134 *
135135 * \author Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com
136136 *
You can’t perform that action at this time.
0 commit comments