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
Johannes Pfeifer
dynare
Commits
8a7ed1ec
Commit
8a7ed1ec
authored
Jun 10, 2010
by
Sébastien Villemot
Browse files
Estimation DLL, VDVEigDecomposition: remove useless test in destructor
parent
2c0b3469
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/estimation/libmat/VDVEigDecomposition.hh
View file @
8a7ed1ec
...
...
@@ -66,8 +66,7 @@ public:
virtual
~
VDVEigDecomposition
()
{
if
(
work
)
delete
[]
work
;
delete
[]
work
;
};
template
<
class
Mat
>
void
calculate
(
const
Mat
&
H
)
throw
(
VDVEigException
);
...
...
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