X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2Fginac.texi;h=beae21b448a4b4835fcad395270899e88375f91c;hp=0427540be2b2e834f7b95708c3f80d1252a3da69;hb=6872b42cd09e72e7ca9906f4fc2fe775ace2f043;hpb=6d14b44669f315ee0170f3bf7c0ac0504afe8d20 diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 0427540b..beae21b4 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -2828,7 +2828,7 @@ You can use this to compare two expressions or for further simplifications: e = canonicalize_clifford(e); cout << e << endl; - // -> 2*eta~mu~nu + // -> 2*ONE*eta~mu~nu @} @end example