Skip to content
Snippets Groups Projects
Commit f7477e23 authored by Marco Ratto's avatar Marco Ratto
Browse files

fixed bug with parallel clusters with octave

parent 7db0dad5
Branches
Tags
No related merge requests found
......@@ -73,10 +73,11 @@ for indPC=1:length(Parallel),
if isempty(ax0),
ax='';
else
clear ax1;
for jax=1:length(ax0);
ax{jax}=ax0(jax).name;
ax1{jax}=ax0(jax).name;
end
ax=char(ax{:});
ax=char(ax1{:});
end
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment