Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
91b7243e
Commit
91b7243e
authored
Mar 10, 2021
by
Kirill Terekhov
Browse files
fix compilation issue under debug
parent
00470dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
View file @
91b7243e
...
...
@@ -3393,7 +3393,7 @@ const INMOST_DATA_ENUM_TYPE UNDEF = ENUMUNDEF, EOL = ENUMUNDEF - 1;
i
=
Bbeg
[
k
];
while
(
i
!=
EOL
)
{
assert
(
static_cast
<
INMOST_DATA_INTEGER_TYPE
>
(
B
_Entries
[
B
_Address
[
i
].
first
].
first
)
==
k
);
assert
(
static_cast
<
INMOST_DATA_INTEGER_TYPE
>
(
A
_Entries
[
A
_Address
[
i
].
first
].
first
)
==
k
);
LineValuesL
[
i
]
=
A_Entries
[
A_Address
[
i
].
first
].
second
;
j
=
LineIndecesL
[
j
]
=
i
;
i
=
Blist
[
i
];
...
...
Write
Preview
Markdown
is supported
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