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

Diff of /ginac/numeric.h

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

revision 1.11 by kreckel, Wed Dec 1 18:13:01 1999 UTC revision 1.12 by frink, Thu Dec 2 15:45:15 1999 UTC
# Line 30  Line 30 
30  class cl_N;     // We want to include cln.h only in numeric.cpp in order to  class cl_N;     // We want to include cln.h only in numeric.cpp in order to
31                  // avoid namespace pollution and keep compile-time low.                  // avoid namespace pollution and keep compile-time low.
32    
33    #ifndef NO_GINAC_NAMESPACE
34  namespace GiNaC {  namespace GiNaC {
35    #endif // ndef NO_GINAC_NAMESPACE
36    
37  #define HASHVALUE_NUMERIC 0x80000001U  #define HASHVALUE_NUMERIC 0x80000001U
38    
# Line 329  inline const numeric &ex_to_numeric(cons Line 331  inline const numeric &ex_to_numeric(cons
331          return static_cast<const numeric &>(*e.bp);          return static_cast<const numeric &>(*e.bp);
332  }  }
333    
334    #ifndef NO_GINAC_NAMESPACE
335  } // namespace GiNaC  } // namespace GiNaC
336    #endif // ndef NO_GINAC_NAMESPACE
337    
338  #endif // ndef __GINAC_NUMERIC_H__  #endif // ndef __GINAC_NUMERIC_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