RESHDR_FROM_FILE Name
RESHDR_FROM_FILE
Purpose
Replace a RES file header from a text file.
Category
Calling Sequence
reshdr_from_file, resfile, txtfile Inputs
resfile = name of RES file. in
txtfile = name of text file. in
Keyword Parameters
Keywords
ERROR=err error flag: 0=ok. Outputs
Common Blocks
Notes
Notes: Text from a specified text file is used to replace
the header in the specified RES file.
Use reshdr_to_file to put a RES file header into a text file.
May edit the text file with the header, adding comments
and scalar values, and changing the order of the items.
Do not change the data types,array sizes, or locations
or the data may be lost.
Modification History
R. Sterner, 2003 Aug 20
R. Sterner, 2004 Feb 10 --- Supported extended file pointer (LONG64).
R. Sterner, 2010 Oct 19 --- Converted arrays from () to [].
Copyright (C) 2003, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.