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

Diff of /ginac/clifford.h

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

revision 1.9 by cbauer, Thu Jan 27 15:26:13 2000 UTC revision 1.10 by kreckel, Sun Jan 30 20:53:21 2000 UTC
# Line 27  Line 27 
27  #include "indexed.h"  #include "indexed.h"
28  #include "ex.h"  #include "ex.h"
29    
30  #ifndef NO_GINAC_NAMESPACE  #ifndef NO_NAMESPACE_GINAC
31  namespace GiNaC {  namespace GiNaC {
32  #endif // ndef NO_GINAC_NAMESPACE  #endif // ndef NO_NAMESPACE_GINAC
33    
34  /** Base class for clifford object */  /** Base class for clifford object */
35  class clifford : public indexed  class clifford : public indexed
# Line 92  inline const clifford &ex_to_clifford(co Line 92  inline const clifford &ex_to_clifford(co
92          return static_cast<const clifford &>(*e.bp);          return static_cast<const clifford &>(*e.bp);
93  }  }
94    
95  #ifndef NO_GINAC_NAMESPACE  #ifndef NO_NAMESPACE_GINAC
96  } // namespace GiNaC  } // namespace GiNaC
97  #endif // ndef NO_GINAC_NAMESPACE  #endif // ndef NO_NAMESPACE_GINAC
98    
99  #endif // ndef __GINAC_CLIFFORD_H__  #endif // ndef __GINAC_CLIFFORD_H__

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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