Skip to content

Commit

Permalink
Avoid InstallValue
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 22, 2020
1 parent c8cffbd commit b0a2262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

### init file for GBNP, reads all the .gd files

#protect the name GBNP, but not the record entries GBNP.*
DeclareGlobalVariable("GBNP");

ReadPackage("GBNP", "lib/fincheck.gd");
ReadPackage("GBNP", "lib/graphs.gd");
ReadPackage("GBNP", "lib/grobner.gd");
Expand Down
2 changes: 1 addition & 1 deletion read.g
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
### made by Jan Willem Knopper on 13 august 2003
### part of GBNP package since version 0.9

InstallValue(GBNP,rec());
BindGlobal("GBNP",rec());

ReadPackage("GBNP", "lib/nparith.gi");
ReadPackage("GBNP", "lib/npformat.gi");
Expand Down

0 comments on commit b0a2262

Please sign in to comment.