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
ec481a47
Commit
ec481a47
authored
Feb 10, 2021
by
Kirill Terekhov
Browse files
remove another assert that fails for 2D mesh (reported by Sergey Petrov)
parent
ee38775c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Mesh/parallel.cpp
View file @
ec481a47
...
...
@@ -4828,7 +4828,7 @@ namespace INMOST
}
else
{
assert
(
low_conn_size
[
i
]
==
2
);
//~
assert(low_conn_size[i] == 2);
e_nodes
.
resize
(
low_conn_size
[
i
]);
//REPORT_VAL("Unpack size",low_conn_size[i]);
for
(
INMOST_DATA_ENUM_TYPE
j
=
0
;
j
<
low_conn_size
[
i
];
j
++
)
...
...
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