Indentation fix

last-simulation-period
Sébastien Villemot 2022-01-06 14:46:38 +01:00
parent ebf7b6c51d
commit 5572e478f1
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright © 2003-2021 Dynare Team
* Copyright © 2003-2022 Dynare Team
*
* This file is part of Dynare.
*
@ -37,7 +37,7 @@ DynamicModel::copyHelper(const DynamicModel &m)
for (const auto &it : m.static_only_equations)
static_only_equations.push_back(dynamic_cast<BinaryOpNode *>(f(it)));
auto convert_block_derivative = [f](const map<tuple<int, int, int>, expr_t> &dt)
auto convert_block_derivative = [f](const map<tuple<int, int, int>, expr_t> &dt)
{
map<tuple<int, int, int>, expr_t> dt2;
for (const auto &it : dt)