Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
qbox
qbox-public
Commits
3035809e
Commit
3035809e
authored
Jan 09, 2022
by
Francois Gygi
Browse files
Print rcm in status command
parent
53dd4a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/StatusCmd.h
View file @
3035809e
...
...
@@ -70,7 +70,10 @@ class StatusCmd : public Cmd
if
(
s
->
wfv
!=
0
)
s
->
wfv
->
info
(
cout
,
"wfv"
);
if
(
ui
->
onpe0
()
)
{
cout
<<
"<rcm> "
<<
s
->
atoms
.
rcm
()
<<
" </rcm>"
<<
endl
;
cout
<<
"<vcm> "
<<
s
->
atoms
.
vcm
()
<<
" </vcm>"
<<
endl
;
}
return
0
;
}
};
...
...
Write
Preview
Supports
Markdown
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