[Users] Einstein Toolkit Conference Call Reminder

Frank Loeffler knarf at cct.lsu.edu
Mon Jun 10 01:41:04 CDT 2013


On Sun, Jun 09, 2013 at 10:25:49PM -0400, Erik Schnetter wrote:
> - how to add a newline character to a string in Fortran (apparently one
> doesn't)

Fortran2003 apparently has NEW_LINE('A'), which (summarized) returns
'\n'. '\r\n' is not possible, since the standard specifically talks
about returning a 'one-character string, matching the argument', but I
don't see this as a big problem. Cactus users will likely use a gnu
environment even on Windows.

Like for some C specifics, Cactus could provide this in case compilers
aren't up to the "latest" standard.

Frank



More information about the Users mailing list