From 4e97756b5b337ecced71f96c7e075febee1b2897 Mon Sep 17 00:00:00 2001 From: vhosouza Date: Wed, 4 Mar 2015 15:18:21 -0300 Subject: [PATCH] ENH: Update corregistration comments. --- invesalius/data/corregistration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/corregistration.py b/invesalius/data/corregistration.py index ef5f6cb..0f246e0 100644 --- a/invesalius/data/corregistration.py +++ b/invesalius/data/corregistration.py @@ -11,7 +11,7 @@ import data.coordinates as co class Corregistration(threading.Thread): # Thread created to update the coordinates with the fiducial points # corregistration method while the Navigation Button is pressed. - # sleep function in run method is used for better real-time navigation + # Sleep function in run method is used for better real-time navigation def __init__(self, bases, nav_id, trck_info): threading.Thread.__init__(self) @@ -54,4 +54,4 @@ class Corregistration(threading.Thread): sleep(0.175) if self._pause_: - return \ No newline at end of file + return -- libgit2 0.21.2