├── .gitattributes ├── README.md ├── ifa-files.txt ├── ifa.tcl ├── ifa_attr.tcl ├── ifa_cl.tcl ├── ifa_data.tcl ├── ifa_ent.tcl ├── ifa_gen.tcl ├── ifa_gui.tcl ├── ifa_ifc.tcl ├── ifa_indent.tcl ├── ifa_inv.tcl ├── ifa_multi.tcl ├── ifa_proc.tcl ├── tclIndex └── teapot.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/README.md -------------------------------------------------------------------------------- /ifa-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa-files.txt -------------------------------------------------------------------------------- /ifa.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa.tcl -------------------------------------------------------------------------------- /ifa_attr.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_attr.tcl -------------------------------------------------------------------------------- /ifa_cl.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_cl.tcl -------------------------------------------------------------------------------- /ifa_data.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_data.tcl -------------------------------------------------------------------------------- /ifa_ent.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_ent.tcl -------------------------------------------------------------------------------- /ifa_gen.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_gen.tcl -------------------------------------------------------------------------------- /ifa_gui.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_gui.tcl -------------------------------------------------------------------------------- /ifa_ifc.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_ifc.tcl -------------------------------------------------------------------------------- /ifa_indent.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_indent.tcl -------------------------------------------------------------------------------- /ifa_inv.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_inv.tcl -------------------------------------------------------------------------------- /ifa_multi.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_multi.tcl -------------------------------------------------------------------------------- /ifa_proc.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/ifa_proc.tcl -------------------------------------------------------------------------------- /tclIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/tclIndex -------------------------------------------------------------------------------- /teapot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/IFA/HEAD/teapot.zip --------------------------------------------------------------------------------