Writes the record types up to ATOM to the pdb file. For each record
type, write_records first looks at userRecords to get the record info; if
they record type is not there, the method looks in the parser records,
but only for the 'mandatory' or 'required' record types, or if the
user_Records has the keyword but no record. If there is no record for a
'mandatory' type, a warning is printed. 'required' types are those
written if the record is specified by the user or if it is in the parser
records, but no waring is printed. All record types not mandatory or
required are optional and must be specified by the user to be
written.
-
|