-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle commas in meca if -A and CSV (#7599)
* Handle commas in meca if -A and CSV WIth -A we examine the trailing text, but if those items are comma-separated then the scanning will fail since the format assumes white-space. This PR counts commas in trailing text and if 2 we change the scanning. * Update psmeca.c * Avoid read-only string changes * same treatment in pscoupe
- Loading branch information
1 parent
f614331
commit 392dfcc
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters