Skip to content

Commit

Permalink
defining in init.g the four PreImages...NC operations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Feb 2, 2024
1 parent 99dabbb commit f623c19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
##
#############################################################################

#I introducing globally the NC versions of PreImages...
if not IsBound( PreImagesNC ) then
BindGlobal( "PreImagesNC", PreImages );
fi;
if not IsBound( PreImagesElmNC ) then
BindGlobal( "PreImagesElmNC", PreImagesElm );
fi;
if not IsBound( PreImagesSetNC ) then
BindGlobal( "PreImagesSetNC", PreImagesSet );
fi;
if not IsBound( PreImagesRepresentativeNC ) then
BindGlobal( "PreImagesRepresentativeNC", PreImagesRepresentative );
fi;

#############################################################################

ReadPackage( "rcwa", "lib/rcwamap.gd" );
ReadPackage( "rcwa", "lib/rcwamono.gd" );
ReadPackage( "rcwa", "lib/rcwagrp.gd" );
Expand Down

0 comments on commit f623c19

Please sign in to comment.