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
Laurell, Pontus Bengt Johan
dmrgpp
Commits
33b5295c
Commit
33b5295c
authored
Sep 11, 2019
by
Alvarez, Gonzalo
Browse files
Print currenttime and current time step
parent
b1cf8246
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Engine/TargetingCommon.h
View file @
33b5295c
...
...
@@ -586,6 +586,12 @@ public:
for
(
SizeType
i
=
0
;
i
<
weights
.
size
();
i
++
)
msg2
<<
normSquared
(
i
)
<<
" "
;
progress_
.
printline
(
msg2
,
std
::
cout
);
if
(
aoe_
.
currentTimeStep
()
==
0
)
return
;
PsimagLite
::
OstringStream
msg3
;
msg3
<<
"CurrentTime="
<<
aoe_
.
time
()
<<
" CurrentTimeStep="
<<
aoe_
.
currentTimeStep
();
progress_
.
printline
(
msg3
,
std
::
cout
);
}
private:
...
...
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