Skip to content

Commit

Permalink
nn
Browse files Browse the repository at this point in the history
  • Loading branch information
tonigi committed Sep 18, 2019
1 parent b93901d commit 79d6b67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
package ifneeded diffusion_coefficient 1.2 [list source [file join $dir diffusion_coefficient.tcl]]
package ifneeded diffusion_coefficient_gui 1.2 [list source [file join $dir diffusion_coefficient_gui.tcl]]


# The package used to misuse this file to register the plugin as
# follows. However, this does not work reliably in every
# configuration. Sourcing the included load.tcl file is safer.

# catch {
# source [file join $dir diffusion_coefficient_gui.tcl]
# diffusion_coefficient_gui::register_menu
Expand Down

0 comments on commit 79d6b67

Please sign in to comment.