Changeset 3658
- Timestamp:
- May 17, 2013, 12:54:55 PM (11 years ago)
- Location:
- trunk/gui/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/Makefile.in
r3556 r3658 55 55 RpDiffview.o \ 56 56 RpReadPoints.o \ 57 RpDxToVtk.o 57 RpDxToVtk.o \ 58 RpPdbToVtk.o 58 59 59 60 name = RapptureGUI$(version) -
trunk/gui/src/RapptureGUI_Init.c
r3556 r3658 26 26 extern Tcl_AppInitProc RpCanvPlacard_Init; 27 27 extern Tcl_AppInitProc RpDxToVtk_Init; 28 extern Tcl_AppInitProc RpPdbToVtk_Init; 28 29 extern Tcl_AppInitProc RpDiffview_Init; 29 30 extern Tcl_AppInitProc RpReadPoints_Init; … … 51 52 return TCL_ERROR; 52 53 } 54 if (RpPdbToVtk_Init(interp) != TCL_OK) { 55 return TCL_ERROR; 56 } 53 57 if (RpReadPoints_Init(interp) != TCL_OK) { 54 58 return TCL_ERROR;
Note: See TracChangeset
for help on using the changeset viewer.