-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpkgIndex.tcl
More file actions
15 lines (15 loc) · 812 Bytes
/
pkgIndex.tcl
File metadata and controls
15 lines (15 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package ifneeded OpenSeesComposite 0.1 "\
[list source [file join $dir OpenSeesComposite.tcl]]\n\
[list source [file join $dir basicFunctions.tcl]]\n\
[list source [file join $dir wShapeLookup.tcl]]\n\
[list source [file join $dir steelMaterials.tcl]]\n\
[list source [file join $dir concreteMaterials.tcl]]\n\
[list source [file join $dir cftMaterialsSakino.tcl]]\n\
[list source [file join $dir wSections.tcl]]\n\
[list source [file join $dir roundhssSection.tcl]]\n\
[list source [file join $dir hssSections.tcl]]\n\
[list source [file join $dir ccftSection.tcl]]\n\
[list source [file join $dir rcftSection.tcl]]\n\
[list source [file join $dir srcSections.tcl]]\n\
[list source [file join $dir RectangularRC.tcl]]\n\
[list source [file join $dir CircularRC.tcl]]"