Skip to content

Commit

Permalink
Make methods read only before setting for HPCGAP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelinton committed Jul 23, 2018
1 parent c712c33 commit 40ad33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/oper.g
Original file line number Diff line number Diff line change
Expand Up @@ -2075,10 +2075,10 @@ BIND_GLOBAL( "RECALCULATE_ALL_METHOD_RANKS", function()
fi;
if changed then
if IsHPCGAP then
SET_METHODS_OPERATION(oper,n,meths);
else
SET_METHODS_OPERATION(oper,n,MakeReadOnlySingleObj(meths));
else
CHANGED_METHODS_OPERATION(oper,n);
fi;
fi;
fi;
od;
od;
Expand Down

0 comments on commit 40ad33c

Please sign in to comment.