Re: [patch, fortran] Trim spaces on list-directed reads

2012-04-14 Thread Jerry DeLisle
On 04/10/2012 08:32 AM, Thomas Koenig wrote: Hello world, this patch effectively trims the spaces from the string on list-directed reads. This avoids the large overhead on processing these spaces when reading from long lines. I didn't do this for internal units which are arrays because this wou

Re: [patch, fortran] Trim spaces on list-directed reads

2012-04-13 Thread Thomas Koenig
Am 10.04.2012 14:32, schrieb Thomas Koenig: Hello world, this patch effectively trims the spaces from the string on list-directed reads. This avoids the large overhead on processing these spaces when reading from long lines. Ping ** 0.4285714?

[patch, fortran] Trim spaces on list-directed reads

2012-04-10 Thread Thomas Koenig
Hello world, this patch effectively trims the spaces from the string on list-directed reads. This avoids the large overhead on processing these spaces when reading from long lines. I didn't do this for internal units which are arrays because this would need a separate calculation for each recor