X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=44757c3e5e980e569ae1f93a0542aa8507881f2b;hp=5abd6aeecd184a2a72a2f29bdd66b38ccd8f2d9b;hb=6a0b4545189926492f657b201e3ed1b9de1dd897;hpb=dbb36db8d02b2c25af6bbfff8135112637936e1f diff --git a/ginac/clifford.h b/ginac/clifford.h index 5abd6aee..44757c3e 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -27,9 +27,9 @@ #include "indexed.h" #include "ex.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC /** Base class for clifford object */ class clifford : public indexed @@ -92,8 +92,8 @@ inline const clifford &ex_to_clifford(const ex &e) return static_cast(*e.bp); } -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_CLIFFORD_H__