FHTableRecord
FHTableRecord - associate a FeynHiggs Record with the internal table for
interpolation
#include "FHRecord.h"
integer error, i1, i2
RecordDecl(record)
subroutine FHTableRecord(error, record, i1, i2)
record = FHTableRecord[record, i1, i2]
FHTableRecord associates a FeynHiggs Record with the internal table,
i.e. the two given parameters (e.g. iTB and iMA0) are used as inputs for
interpolating table data in the next FHLoopRecord cycle.
error (output)
zero if successful, otherwise the line number in TableRecord.F
from which the error message was emitted.
record (input/output)
the FeynHiggs Record.
i1, i2 (input)
the record entries used as inputs for interpolating the internal
table, e.g. i1 = iTB and i2 = iMA0.
libFH(1)
1-May-2011 FHTABLERECORD(1)