/[GiNaC]/ginac/idx.h
ViewVC logotype

Diff of /ginac/idx.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by cbauer, Fri Feb 16 17:25:48 2001 UTC revision 1.24 by kreckel, Wed Feb 28 12:54:52 2001 UTC
# Line 28  Line 28 
28  #include "basic.h"  #include "basic.h"
29  #include "ex.h"  #include "ex.h"
30    
 #ifndef NO_NAMESPACE_GINAC  
31  namespace GiNaC {  namespace GiNaC {
 #endif // ndef NO_NAMESPACE_GINAC  
32    
33    
34  /** This class holds one index of an indexed object. Indices can be symbolic  /** This class holds one index of an indexed object. Indices can be symbolic
# Line 105  unsigned subs_index_in_exvector(exvector Line 103  unsigned subs_index_in_exvector(exvector
103  ex subs_indices(const ex & e, const exvector & idxv_contra, const exvector & idxv_co);  ex subs_indices(const ex & e, const exvector & idxv_contra, const exvector & idxv_co);
104  unsigned count_index(const ex & e, const ex & i);  unsigned count_index(const ex & e, const ex & i);
105    
 #ifndef NO_NAMESPACE_GINAC  
106  } // namespace GiNaC  } // namespace GiNaC
 #endif // ndef NO_NAMESPACE_GINAC  
107    
108  #endif // ndef __GINAC_IDX_H__  #endif // ndef __GINAC_IDX_H__

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15