Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation of 'Init CVC' message in standard output #755

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

jhenin
Copy link
Member

@jhenin jhenin commented Dec 6, 2024

A tiny change, move a cvm::increase_depth(); instruction up so that the message "initializing component" lines up with the parameters below, consistently with all other objects.

Before the change:

colvars:   Initializing a new collective variable.
colvars:   # name = "d"
colvars:   Initializing a new "distance" component.
colvars:     # name = "" [default]

After:

colvars:   Initializing a new collective variable.
colvars:   # name = "d"
colvars:     Initializing a new "distance" component.
colvars:     # name = "" [default]

@jhenin jhenin merged commit 6404589 into master Dec 6, 2024
15 checks passed
@jhenin jhenin deleted the cvc_depth branch December 6, 2024 18:14
@jhenin jhenin added the bugfix To be used only in PRs label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix To be used only in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant