[ET Trac] #2571: runtime failure due to useing character*8 in DECLARE_CCTK_ARGUMENTS_CHECKED macro
Erik Schnetter
trac-noreply at einsteintoolkit.org
Thu Oct 21 08:35:57 CDT 2021
#2571: runtime failure due to useing character*8 in DECLARE_CCTK_ARGUMENTS_CHECKED macro
Reporter: Roland Haas
Status: new
Milestone:
Version: development version
Type: bug
Priority: major
Component: Cactus
Comment (by Erik Schnetter):
Clever!
Character types are a bit magical in Fortran; they don’t really behave like strings in C. You could use `logical*8` instead; assignments between `integer`/\`real\` and `logical` are also disallowed in Fortran.
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2571/runtime-failure-due-to-useing-character-8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20211021/99d9511e/attachment.html
More information about the Trac
mailing list