Ignore:
Timestamp:
Feb 24, 2013 1:11:18 PM (11 years ago)
Author:
gah
Message:

merge (by hand) with Rappture1.2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/RapptureGUI_Init.c

    r3177 r3330  
    2727extern Tcl_AppInitProc RpConvertDxToVtk_Init;
    2828extern Tcl_AppInitProc RpDiffview_Init;
     29extern Tcl_AppInitProc RpReadPoints_Init;
    2930
    3031#ifdef BUILD_Rappture
     
    5051        return TCL_ERROR;
    5152    }
     53    if (RpReadPoints_Init(interp) != TCL_OK) {
     54        return TCL_ERROR;
     55    }
    5256    if (RpCanvHotspot_Init(interp) != TCL_OK) {
    5357        return TCL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.