File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ function __init__()
195
195
GAP. Globals. ExtendRootDirectories (julia_to_gap ([GAP. Globals. UserHomeExpand (julia_to_gap (" ~/.gap/" ))]))
196
196
197
197
# # add "~/.julia/.../HomalgProject/" at the beginning of GAPInfo.RootPaths
198
- GAP. Globals. EnhanceRootDirectories (julia_to_gap ([julia_to_gap (
198
+ GAP. Globals. AddToRootDirectories (julia_to_gap ([julia_to_gap (
199
199
HOMALG_PROJECT_PATH * " /" ,
200
200
)]))
201
201
Original file line number Diff line number Diff line change 1
1
# ############################################################################
2
2
# #
3
- # F EnhanceRootDirectories ( <paths> )
3
+ # F AddToRootDirectories ( <paths> )
4
4
# #
5
- DeclareGlobalFunction( " EnhanceRootDirectories " );
6
- InstallGlobalFunction( EnhanceRootDirectories , function ( rootpaths )
5
+ DeclareGlobalFunction( " AddToRootDirectories " );
6
+ InstallGlobalFunction( AddToRootDirectories , function ( rootpaths )
7
7
rootpaths:= Filtered( rootpaths, path -> not path in GAPInfo.RootPaths );
8
8
if not IsEmpty( rootpaths ) then
9
9
# Append the new root paths.
You can’t perform that action at this time.
0 commit comments