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
f5081fda
Commit
f5081fda
authored
Oct 04, 2016
by
Kirill Terekhov
Browse files
Sync
parent
359312ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/IO/mesh_mkf_file.cpp
View file @
f5081fda
...
...
@@ -65,7 +65,7 @@ namespace INMOST
{
std
::
stringstream
str
;
str
<<
"ZONE_"
<<
i
<<
"_SET"
;
newsets
[
i
]
=
CreateSet
(
str
.
str
()).
first
;
newsets
[
i
]
=
CreateSet
Unique
(
str
.
str
()).
first
;
newsets
[
i
]
->
Integer
(
zone
)
=
i
;
if
(
verbosity
>
1
&&
i
%
report_pace
==
0
)
{
...
...
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