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
602d266b
Commit
602d266b
authored
Nov 12, 2012
by
Stéphane Adjemian
Browse files
Removed useless variable + Cosmetic change.
parent
43396734
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDate/gt.m
View file @
602d266b
...
...
@@ -48,8 +48,6 @@ function c = gt(a,b)
%
Original
author
:
stephane
DOT
adjemian
AT
univ
DASH
lemans
DOT
fr
verbose
=
0
;
if
nargin
~=
2
error
(
'
dynDate
::
eq
:
I
need
exactly
two
input
arguments
!
'
)
end
...
...
@@ -58,7 +56,7 @@ if ~( isa(a,'dynDate') && isa(b,'dynDate'))
error
([
'
dynDate
:
:
eq
:
Input
arguments
'
inputname
(
1
)
'
and
'
inputname
(
2
)
'
have
to
be
a
dynDate
objects
!
'
])
end
if
verbose
&&
a
.
freq
~=
b
.
freq
if
~
isequal
(
a
.
freq
,
b
.
freq
)
error
([
'
dynDate
:
:
eq
:
Input
arguments
'
inputname
(
1
)
'
and
'
inputname
(
2
)
'
have
no
common
frequencies
!
'
])
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