Skip to content
Snippets Groups Projects
  1. May 08, 2006
    • Oliver Sander's avatar
      namespace fixes · 6ffd845a
      Oliver Sander authored
      [[Imported from SVN: r8184]]
      6ffd845a
    • Oliver Sander's avatar
      SLU_Malloc is now declared in the header slu.h · 4dcec728
      Oliver Sander authored
      [[Imported from SVN: r8183]]
      4dcec728
    • Oliver Sander's avatar
      Changed the namespace structure when UG is compiled as C++. · 67fc360f
      Oliver Sander authored
      So far, there were three disjoint namespaces: UG, UG2d and UG3d.
      Now, everything is contained in the namespace UG.  Additionally,
      stuff that depends on the dimension is contained in the namespaces
      D2 and D3 which are defined within UG.
      This allows to put the user-defined types INT, SHORT, etc. into the
      namespace UG without having to put namespace prefixes in front of
      each and every occurrence of them in a header.  On the downside,
      I cannot use END_NAMESPACE anymore to end a dimension-dependent
      namespace.  Now there is a separate END_UGDIM_NAMESPACE for that.
      
      [[Imported from SVN: r8182]]
      67fc360f
  2. May 04, 2006
  3. May 03, 2006
  4. May 02, 2006
  5. Apr 18, 2006
  6. Apr 12, 2006
  7. Mar 27, 2006
  8. Mar 17, 2006
  9. Mar 16, 2006
  10. Mar 15, 2006
  11. Mar 13, 2006
  12. Feb 16, 2006
  13. Feb 15, 2006
  14. Feb 09, 2006
  15. Feb 08, 2006
  16. Feb 06, 2006
Loading