Skip to content

Commit

Permalink
removed spaces within brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley authored and james-d-mitchell committed Nov 14, 2023
1 parent 19b52b2 commit 0fa8ba9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ BindGlobal("LIBSEMIGROUPS_VERSION",
"/.LIBSEMIGROUPS_VERSION"))));

# added when addressing issue #949
if not IsBound( PreImagesNC ) then
BindGlobal( "PreImagesNC", PreImages );
if not IsBound(PreImagesNC) then
BindGlobal("PreImagesNC", PreImages);
fi;
if not IsBound( PreImagesElmNC ) then
BindGlobal( "PreImagesElmNC", PreImagesElm );
if not IsBound(PreImagesElmNC) then
BindGlobal("PreImagesElmNC", PreImagesElm);
fi;
if not IsBound( PreImagesSetNC ) then
BindGlobal( "PreImagesSetNC", PreImagesSet );
if not IsBound(PreImagesSetNC) then
BindGlobal("PreImagesSetNC", PreImagesSet);
fi;
if not IsBound( PreImagesRepresentativeNC ) then
BindGlobal( "PreImagesRepresentativeNC", PreImagesRepresentative );
if not IsBound(PreImagesRepresentativeNC) then
BindGlobal("PreImagesRepresentativeNC", PreImagesRepresentative);
fi;

ReadPackage("semigroups", "gap/options.g");
Expand Down

0 comments on commit 0fa8ba9

Please sign in to comment.