Changeset 4210


Ignore:
Timestamp:
Mar 10, 2014, 9:41:41 AM (11 years ago)
Author:
ldelgass
Message:

DxToVtk? and PdbToVtk? don't depend on VTK (currently).

File:
1 edited

Legend:

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

    r4209 r4210  
    3030extern Tcl_AppInitProc RpSqueezer_Init;
    3131
    32 #ifdef ENABLE_VTK
    3332extern Tcl_AppInitProc RpDxToVtk_Init;
    3433extern Tcl_AppInitProc RpPdbToVtk_Init;
     34#ifdef ENABLE_VTK
    3535#ifdef ENABLE_VTK_DICOM
    3636extern Tcl_AppInitProc RpDicomToVtk_Init;
     
    6969        return TCL_ERROR;
    7070    }
    71 #ifdef ENABLE_VTK
    7271    if (RpDxToVtk_Init(interp) != TCL_OK) {
    7372        return TCL_ERROR;
     
    7675        return TCL_ERROR;
    7776    }
     77#ifdef ENABLE_VTK
    7878#ifdef ENABLE_VTK_DICOM
    7979    if (RpDicomToVtk_Init(interp) != TCL_OK) {
Note: See TracChangeset for help on using the changeset viewer.