dynare/mex/sources/bytecode
Sébastien Villemot 6f38dcd1d5
bytecode MEX: fix logical test
The test “solve_algo >= 6 || solve_algo <= 8” was always true.

Issue detected by clang-tidy using the
clang-diagnostic-tautological-overlap-compare check.
2023-12-04 18:21:13 +01:00
..
BasicSymbolTable.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
BasicSymbolTable.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
ErrorHandling.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
Evaluate.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
Evaluate.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
Interpreter.cc bytecode MEX: fix logical test 2023-12-04 18:21:13 +01:00
Interpreter.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
Mem_Mngr.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
Mem_Mngr.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
bytecode.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00