From 79e9b5d36dbc367c386f5f92acb5f113b511ef03 Mon Sep 17 00:00:00 2001 From: Rob Campbell Date: Fri, 13 Dec 2019 23:38:08 +0000 Subject: [PATCH] minor (tabs to spaces) --- code/@BT/logPositionToPositionArray.m | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/@BT/logPositionToPositionArray.m b/code/@BT/logPositionToPositionArray.m index a87dacf2..c5ae34af 100644 --- a/code/@BT/logPositionToPositionArray.m +++ b/code/@BT/logPositionToPositionArray.m @@ -1,11 +1,11 @@ function logPositionToPositionArray(obj,fakeLog) - % Log the current X/Y position to the position array matrix + % Log the current X/Y position to the position array matrix % % function logPositionToPositionArray(obj,fakeLog) % % Purpose - % This is used during acquisition to keep track of the actual - % stage position before each tile was acquired. The data are + % This is used during acquisition to keep track of the actual + % stage position before each tile was acquired. The data are % logged in BT.positionArray. Columns 5 and 6 are the recorded % x and y positions respectively. % @@ -14,10 +14,10 @@ function logPositionToPositionArray(obj,fakeLog) % the actual position. False by default - if isempty(obj.currentSectionNumber) - obj.logMessage(inputname(1),dbstack,6,'no current section number defined. Can not log position to array') - return - end + if isempty(obj.currentSectionNumber) + obj.logMessage(inputname(1),dbstack,6,'no current section number defined. Can not log position to array') + return + end if nargin<2 fakeLog=false;