Ignore:
Timestamp:
Jan 2, 2015 7:44:52 PM (9 years ago)
Author:
gah
Message:
 
Location:
branches/r9/pkgs/readpoints
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/r9/pkgs/readpoints/pkgIndex.tcl.in

    r4912 r4916  
    44    set ext [info sharedlibextension]
    55    load [file join $dir "RapptureReadPoints${version}${ext}"] \
    6         RapptureReadPoints_Init
     6        Rappture_readpoints
    77    package provide RapptureReadPoints $version
    88} $dir]
  • branches/r9/pkgs/readpoints/readPoints.c

    r4852 r4916  
    167167/*
    168168 * ------------------------------------------------------------------------
    169  *  RapptureReadPoints_Init --
     169 *  Rappture_readpoints_Init --
    170170 *
    171171 *  Invoked when the Rappture GUI library is being initialized
     
    177177 */
    178178int
    179 RapptureReadPoints_Init(Tcl_Interp *interp)
     179Rappture_readpoints_Init(Tcl_Interp *interp)
    180180{
    181181    /* install the widget command */
Note: See TracChangeset for help on using the changeset viewer.