Skip to content
Snippets Groups Projects
Commit 4e13feac authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Remove TRIM where effective string length is already known.

parent 803b8a95
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ CONTAINS
check_correctness_of_exchange = .TRUE.
ELSE
WRITE (0, *) 'unexpected command-line argument parsing error: ', &
TRIM(optarg)
optarg(1:arg_len)
FLUSH(0)
CALL xt_abort('unexpected command-line argument "' &
// optarg(1:arg_len) // '"', filename, __LINE__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment