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 when IMDlogname use stdout #5

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Fix when IMDlogname use stdout #5

merged 2 commits into from
Jul 8, 2024

Conversation

lanzac
Copy link
Collaborator

@lanzac lanzac commented Jul 5, 2024

No description provided.

@lanzac lanzac added the bug Something isn't working label Jul 5, 2024
@@ -792,6 +792,10 @@ FILE *IIMD_init( const char *hostname, imd_int32 *mode, imd_int32 *IMD
{
IMDlog = stderr;
}
else if (strcmp(IMDlogname_, "stdout") == 0)
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

miss one indentation level

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

I just found that the entire script contains tab characters instead of spaces.

Copy link
Collaborator Author

@lanzac lanzac Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no problem for the commit I made before 5b08216 and 8fa772f that imply merges 0d1ad8b and 60bceff respectively, because UMolMDDriver.cpp use spaces as indent

@HubLot HubLot merged commit 023df6f into master Jul 8, 2024
6 checks passed
@HubLot HubLot deleted the Fix_IMDlogname_stdout branch July 8, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants