Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phelix
RCF
rcf_energyloss_gui
Commits
695ccc92
Commit
695ccc92
authored
Nov 02, 2017
by
Christian Brabetz
Browse files
switch parralel loops off !
parent
92a61a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
RCF_energyloss_GUI_2016.m
View file @
695ccc92
...
...
@@ -61,12 +61,13 @@ update_species(handles);
handles
.
MC_parts
=
1
;
handles
.
parameters
.
MC_parts
=
handles
.
MC_parts
;
v
=
ver
;
if
any
(
strcmp
(
'Parallel Computing Toolbox'
,
{
v
.
Name
}))
handles
.
parallel
=
1
;
else
% parallel switched off! CB 02.11.2017
%v = ver;
%if any(strcmp('Parallel Computing Toolbox', {v.Name}))
% handles.parallel = 1;
%else
handles
.
parallel
=
0
;
end
%
end
%give warning and introduction abount missing mex-file
if
exist
(
'elo'
,
'file'
)
==
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment