Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
f743f037
Commit
f743f037
authored
Apr 14, 2010
by
Marco Ratto
Browse files
small bug fix for remote slave processes;
parent
5e7d9d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/PosteriorIRF_core1.m
View file @
f743f037
...
...
@@ -240,7 +240,8 @@ end
elseif
~
whoiam
waitbar
(
fpar
/
npar
,
h
);
end
if
mod
(
fpar
,
10
)
==
0
&
whoiam
,
% if mod(fpar,10)==0 & whoiam,
if
whoiam
,
fprintf
(
'Done! \n'
);
waitbarString
=
[
'Subdraw '
int2str
(
fpar
)
'/'
int2str
(
npar
)
' done.'
];
fMessageStatus
((
fpar
-
fpar0
)/(
npar
-
fpar0
),
whoiam
,
waitbarString
,
waitbarTitle
,
Parallel
(
ThisMatlab
),
MasterName
,
DyMo
)
...
...
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