Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 96

vtk-examples-6.0.0-8.mga5.i586.rpm

package require vtkcommon

#
# Here you should pick the name of one your common local classes
# instead of vtkBar.
#

if {[info commands vtkBar] != "" ||
    [::vtk::load_component vtkmyCommonTCL] == ""} {
    package provide vtkmycommon 4.0
}