public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Americo Barbosa da Cunha Junior <americo.cunhajr@gmail.com>
Cc: fortran@gcc.gnu.org, gcc-help@gcc.gnu.org
Subject: Re: 16 bits char string from C to FORTRAN
Date: Fri, 24 Apr 2009 05:14:00 -0000	[thread overview]
Message-ID: <20090424051446.GA14253@troutmask.apl.washington.edu> (raw)
In-Reply-To: <b7e3a9c0904232107r12e40077t3d4c8bd8f428d03c@mail.gmail.com>

On Fri, Apr 24, 2009 at 01:07:19AM -0300, Americo Barbosa da Cunha Junior wrote:
> 
> 
> The char* string passed to CKINIT must be at least 16 bits
> (CHARACTER*16) or the program is finished with the error message:
> 
>           CHARACTER LENGTH OF CCKWRK MUST BE AT LEAST 16
> 

The declaration CHARACTER*16 does not mean 16 bits.  It means a
string with 16 characters.

-- 
Steve

      reply	other threads:[~2009-04-24  5:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b7e3a9c0904231550x28217ab0v4a6abd0b02132696@mail.gmail.com>
     [not found] ` <b7e3a9c0904231558g25f215la8802b76bb0e0e41@mail.gmail.com>
2009-04-24  4:07   ` Americo Barbosa da Cunha Junior
2009-04-24  5:14     ` Steve Kargl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090424051446.GA14253@troutmask.apl.washington.edu \
    --to=sgk@troutmask.apl.washington.edu \
    --cc=americo.cunhajr@gmail.com \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).