Skip to content

Commit

Permalink
Merge pull request #138 from CCC-members/develop
Browse files Browse the repository at this point in the history
Updating Structure
  • Loading branch information
arioskyag authored Apr 7, 2024
2 parents 3ff67cf + 5bad296 commit fe0d4c9
Show file tree
Hide file tree
Showing 638 changed files with 17 additions and 357 deletions.
8 changes: 6 additions & 2 deletions ciftistorm.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function ciftistorm(varargin)
addpath(genpath('functions'));
addpath(genpath('guide'));
addpath(genpath('templates'));
addpath(genpath('tools/Common'));
addpath(genpath('tools'));

%%
%% Init processing
Expand All @@ -44,10 +44,14 @@ function ciftistorm(varargin)
%% Starting mode
%%
setGlobalGuimode(true);
setGlobalVerbose(false);
for i=1:length(varargin)
if(isequal(varargin{i},'nogui'))
if(isequal(lower(varargin{i}),'nogui'))
setGlobalGuimode(false);
end
if(isequal(lower(varargin{i}),'verbose'))
setGlobalVerbose(true);
end
end
if(getGlobalGuimode())
CiftiStorm
Expand Down
2 changes: 1 addition & 1 deletion functions/cfs_process_interface.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
if(isequal(CiftiStorm.Participants(end).Status,'Rejected'));continue;end

%%
%% Process: Transform surfaces
%% Process: Compute surfaces
%%
disp("--------------------------------------------------------------------------");
disp("CFS -->> Transform surfaces");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fe0d4c9

Please sign in to comment.