> Hi,
>
> I have a problem:
> I run recsis and something happends in hbook_init() line 107
> Defining to <paw> procedure, to launch a PAW session type: paw
>
> Defining to <ced> procedure, to launch a ced session type: ced
>
> can't read "rchar_control(prlink_file_name,1)": no such element
> in array
> RS>iio: [-1] end of file
> lately: writing sequential formatted internal IO
> part of last string: |
> signal ABRT (Abort) in kill at 0xef5f4424
> kill+0x8: bgeu kill+0x30
> Current function is hbook_init
> (dbx) frame 6
> Current function is hbook_init
> (dbx)
>
> Thanks,
> Kostantin
>
Date: Tue, 27 Jan 1998 10:35:37 -0500 (EST)
From: "Mark M. Ito" <marki@jlab.org>
To: clas_offline@jlab.org
Subject: hbook_init.F: watch out
I've made a series of changes to RECSIS to allow the user to choose log
file name and hbook file name via tcl. Part of this means that you _must_
increase the size of the crmess variable in your user/hbook_init.F for it
to work with the current DEVELOPMENT version, release-1-10. It should go
from character*100 to character*200.
Date: Wed, 28 Jan 1998 17:30:15 -0500 (EST)
From: "Mark M. Ito" <marki@jlab.org>
To: clas_offline@jlab.org
Subject: RECSIS in batch, and custom file names
Don't forget that in release-1-10, the crmess variable in hbook_init.F
should be declared to be character*200, whether you use this feature
or not.
Date: Tue, 3 Feb 1998 11:31:35 -0500 (EST)
From: "Mark M. Ito" <marki@jlab.org>
To: clas_offline@jlab.org
Subject: release-1-11
Remember:
In user/hbook_init.F, character*200 crmess or else.