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
1e0a7289
Commit
1e0a7289
authored
May 02, 2013
by
Johannes Pfeifer
Browse files
Fix bug introduced in
27fda91c
For parallel computations, the relative path is necessary.
parent
188d2694
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/parallel/dynareParallelGetFiles.m
View file @
1e0a7289
...
...
@@ -48,7 +48,7 @@ for indPC=1:length(Parallel),
end
if
ischar
(
NamFileInput0
),
for
j
=
1
:
size
(
NamFileInput0
,
1
),
NamFile
(
j
,:)
=
{
pwd
filesep
,
deblank
(
NamFileInput0
(
j
,:))};
NamFile
(
j
,:)
=
{
[
'./'
]
,
deblank
(
NamFileInput0
(
j
,:))};
end
NamFileInput
=
NamFile
;
end
...
...
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