Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
030dafad
Verified
Commit
030dafad
authored
Feb 09, 2021
by
Tobias WEBER
Browse files
small bugfix
parent
fc6bc88a
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/cif2xml/findsg.cpp
View file @
030dafad
...
...
@@ -68,6 +68,12 @@ int main(int argc, char** argv)
vecFinal
.
emplace_back
(
std
::
move
(
vecPos
));
}
if
(
vecFinal
.
size
()
==
0
)
{
std
::
cerr
<<
"Insufficient number of positions given."
<<
std
::
endl
;
return
-
1
;
}
std
::
cout
<<
"
\n
Full set of positions to match:
\n
"
;
std
::
size_t
ctr
=
1
;
...
...
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