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
97830605
Commit
97830605
authored
Dec 03, 2012
by
Stéphane Adjemian
Browse files
Removed useless path instructions.
parent
f89b5cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/subsref.m
View file @
97830605
...
...
@@ -119,7 +119,6 @@ if (length(S)==2) && (isequal(S(1).subs,'init'))
end
%
@test
:
1
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
...
...
@@ -150,7 +149,6 @@ end
%
@eof
:
1
%
@test
:
2
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
...
...
@@ -181,7 +179,6 @@ end
%
@eof
:
2
%
@test
:
3
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
...
...
Write
Preview
Markdown
is supported
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