(file) Return to thTree.c CVS log (file) (dir) Up to [HallC] / Analyzer / CTP

Diff for /Analyzer/CTP/thTree.c between version 1.3 and 1.4

version 1.3, 2004/07/07 18:16:30 version 1.4, 2004/07/08 20:07:00
Line 1 
Line 1 
 #ifdef ROOTTREE  
 /*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
  * Copyright (c) 1999      Thomas Jefferson National Accelerator Facility  * Copyright (c) 1999      Thomas Jefferson National Accelerator Facility
  *  *
Line 16 
Line 15 
  *  *
  * Revision History:  * Revision History:
  *   $Log$  *   $Log$
    *   Revision 1.4  2004/07/08 20:07:00  saw
    *   Supply dummy routines when ROOTSYS not defined
    *
  *   Revision 1.3  2004/07/07 18:16:30  saw  *   Revision 1.3  2004/07/07 18:16:30  saw
  *   Use properly exported names from thRootStuff.cpp  *   Use properly exported names from thRootStuff.cpp
  *  *
Line 40 
Line 42 
 #include "thInternal.h" #include "thInternal.h"
 #include "thUtils.h" #include "thUtils.h"
  
   #ifdef ROOTTREE
 extern daVarStatus thTreeRHandler(); extern daVarStatus thTreeRHandler();
  
 struct thLeafList {             /* Variable and index list */ struct thLeafList {             /* Variable and index list */
Line 493 
Line 496 
 } }
 */ */
  
   #else
   
   thStatus thBookTree(daVarStruct *var) {
     return(S_SUCCESS);
   }
   
   thStatus thFillTreeV(daVarStruct *var) {
     return(S_SUCCESS);
   }
   thStatus thClearTreeV(daVarStruct *var) {
     return(S_SUCCESS);
   }
   thStatus thWriteTreeV(daVarStruct *var) {
     return(S_SUCCESS);
   }
   thStatus thCloseTreeV(daVarStruct *var) {
     return(S_SUCCESS);
   }
   
 #endif #endif


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0