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

Diff of /ginac/idx.h

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

revision 1.11 by cbauer, Thu Jan 27 15:26:13 2000 UTC revision 1.12 by kreckel, Sun Jan 30 20:53:22 2000 UTC
# Line 28  Line 28 
28  #include "basic.h"  #include "basic.h"
29  #include "ex.h"  #include "ex.h"
30    
31  #ifndef NO_GINAC_NAMESPACE  #ifndef NO_NAMESPACE_GINAC
32  namespace GiNaC {  namespace GiNaC {
33  #endif // ndef NO_GINAC_NAMESPACE  #endif // ndef NO_NAMESPACE_GINAC
34    
35  class idx : public basic  class idx : public basic
36  {  {
# Line 115  ex subs_indices(const ex & e, const exve Line 115  ex subs_indices(const ex & e, const exve
115                  const exvector & idxv_co);                  const exvector & idxv_co);
116  unsigned count_index(const ex & e, const ex & i);  unsigned count_index(const ex & e, const ex & i);
117    
118  #ifndef NO_GINAC_NAMESPACE  #ifndef NO_NAMESPACE_GINAC
119  } // namespace GiNaC  } // namespace GiNaC
120  #endif // ndef NO_GINAC_NAMESPACE  #endif // ndef NO_NAMESPACE_GINAC
121    
122  #endif // ndef __GINAC_IDX_H__  #endif // ndef __GINAC_IDX_H__

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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