Skip to content
Snippets Groups Projects
Verified Commit 6ae86024 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Dynare++: remove useless const qualifier

parent 54239490
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright © 2005 Ondra Kamenik * Copyright © 2005 Ondra Kamenik
* Copyright © 2019 Dynare Team * Copyright © 2019-2022 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -119,7 +119,7 @@ public: ...@@ -119,7 +119,7 @@ public:
{ {
return pt; return pt;
} }
const int int
getNum() const getNum() const
{ {
return num; return num;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment