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

Diff of /ginac/clifford.h

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

revision 1.5 by cbauer, Wed Nov 17 16:57:58 1999 UTC revision 1.6 by frink, Thu Dec 2 15:45:14 1999 UTC
# Line 27  Line 27 
27  #include <ginac/indexed.h>  #include <ginac/indexed.h>
28  #include <ginac/ex.h>  #include <ginac/ex.h>
29    
30    #ifndef NO_GINAC_NAMESPACE
31  namespace GiNaC {  namespace GiNaC {
32    #endif // ndef NO_GINAC_NAMESPACE
33    
34  /** Base class for clifford object */  /** Base class for clifford object */
35  class clifford : public indexed  class clifford : public indexed
# Line 90  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
96  } // namespace GiNaC  } // namespace GiNaC
97    #endif // ndef NO_GINAC_NAMESPACE
98    
99  #endif // ndef __GINAC_CLIFFORD_H__  #endif // ndef __GINAC_CLIFFORD_H__

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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