Ignore:
Timestamp:
May 17, 2013 12:54:55 PM (11 years ago)
Author:
gah
Message:

start of simple pdb reader

File:
1 edited

Legend:

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

    r3556 r3658  
    2626extern Tcl_AppInitProc RpCanvPlacard_Init;
    2727extern Tcl_AppInitProc RpDxToVtk_Init;
     28extern Tcl_AppInitProc RpPdbToVtk_Init;
    2829extern Tcl_AppInitProc RpDiffview_Init;
    2930extern Tcl_AppInitProc RpReadPoints_Init;
     
    5152        return TCL_ERROR;
    5253    }
     54    if (RpPdbToVtk_Init(interp) != TCL_OK) {
     55        return TCL_ERROR;
     56    }
    5357    if (RpReadPoints_Init(interp) != TCL_OK) {
    5458        return TCL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.