Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alvarez, Gonzalo
PsimagLite
Commits
689b11f3
Commit
689b11f3
authored
Sep 07, 2020
by
Alvarez, Gonzalo
Browse files
Ainur: Do not warn on overwriting of labels
parent
f222283d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Ainur/AinurState1.cpp
View file @
689b11f3
...
...
@@ -181,8 +181,8 @@ void AinurState::assign(String k, String v)
assert
(
static_cast
<
SizeType
>
(
x
)
<
values_
.
size
());
if
(
values_
[
x
]
!=
""
)
std
::
cerr
<<
"Overwriting label "
<<
k
<<
" with "
<<
v
<<
"
\n
"
;
//
if (values_[x] != "")
//
std::cerr<<"Overwriting label "<<k<<" with "<<v<<"\n";
values_
[
x
]
=
v
;
}
...
...
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