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