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
13ffe7d5
Commit
13ffe7d5
authored
Mar 25, 2013
by
Stéphane Adjemian
Browse files
Added test in @dynSeries/check method.
parent
12517aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/check.m
View file @
13ffe7d5
...
...
@@ -75,4 +75,12 @@ if ~isequal(numel(unique(A.tex)),numel(A.tex));
message
=
[
'dynSeries: The variable tex names in dynSeries object
''
'
inputname
(
1
)
'
''
are not unique!'
]:
end
return
end
if
~
eq
(
A
.
time
,
A
.
init
:
A
.
init
+
A
.
nobs
)
error_flag
=
1
;
if
nargout
>
1
message
=
[
'dynSeries: Wrong definition of the time member in dynSeries object
''
'
inputname
(
1
)
'
''
!'
]:
end
return
end
\ No newline at end of file
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