Skip to content
Snippets Groups Projects
Commit 03aac8c6 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

remove some comment lines

parent 767c9ef5
No related branches found
No related tags found
No related merge requests found
%% DOCUMENT TITLE
% INTRODUCTORY TEXT
%%
function tsgqc
% tsgqc
%
% Thermosalinograph (TSG) Quality Control software
% TSGQC: Thermosalinograph (TSG) Quality Control software
%
% $Id$
%
......@@ -57,11 +52,6 @@ CHAR_VERSION = '1.0RC5';
tsgqcname = mfilename;
fulltsgqcname = mfilename('fullpath');
DEFAULT_PATH_FILE = strrep(fulltsgqcname, tsgqcname, '') ;
% p = [pathsep,...
% DEFAULT_PATH_FILE,[filesep 'tsg_util' pathsep],...
% DEFAULT_PATH_FILE,[filesep 'tsg_data' pathsep],...
% DEFAULT_PATH_FILE,[filesep 'tsg_io' pathsep]
% ];
p = [pathsep,...
DEFAULT_PATH_FILE,[ 'tsg_util' pathsep],...
DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],...
......@@ -124,13 +114,6 @@ hMainFig = figure(...
'Toolbar', 'none', ...
'UserData', 'ButtonMotionOff', ...
'WindowButtonMotionFcn', @MouseMotion, ...
%{
CloseRequestFcn is remove at this time
use use block comments, see:
http://blogs.mathworks.com/loren/2006/08/30/commenting-code/
--------------------------------------
'CloseRequestFcn', @QuitMenuCallback,...
%}
'CloseRequestFcn', @QuitMenuCallback,...
'HandleVisibility', handleVisibility,...
'Visible','on',...
......@@ -140,7 +123,6 @@ hMainFig = figure(...
'Color', get( 0, 'DefaultUIControlBackgroundColor' ));
%% Initialize tsg structure with tsg_preference function
% -----------------------------------------------------
tsg_preferences(hMainFig, tsgqcname, DEFAULT_PATH_FILE);
......
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