File ColorFull-monomial-conjugate-assignment.patch of Package ColorFull
Index: ColorFull-0.99/Core/Monomial.h
===================================================================
--- ColorFull-0.99.orig/Core/Monomial.h
+++ ColorFull-0.99/Core/Monomial.h
@@ -79,7 +79,7 @@ public:
/// Take the complex conjugate.
/// Note that this changes the Monomial itself.
void conjugate() {
- imag( cnum_part )=-imag( cnum_part );
+ cnum_part.imag(-imag( cnum_part ));
}
/// Function for reading in the Monomial from the file filename,