Skip to content

Commit

Permalink
moved symbol Base to shared.m2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jan 3, 2024
1 parent 64e2d2d commit 5ec25c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions M2/Macaulay2/m2/exports.m2
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export {
"AuxiliaryFiles",
"Bag",
"Bareiss",
"Base",
"BaseFunction",
"BaseRow",
"BasicList",
Expand Down
2 changes: 2 additions & 0 deletions M2/Macaulay2/m2/shared.m2
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ isEmpty = method(TypicalValue => Boolean)

-- symbols

protect Base

protect Jacobian

protect Iterate
1 change: 0 additions & 1 deletion M2/Macaulay2/packages/Complexes.m2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export {
"Cycle",
"Boundary",
"InternalDegree",
"Base",
"UseTarget"
}

Expand Down
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/Schubert2.m2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ schurVersion = value SchurRings.Options.Version
if schurVersion < 0.5 then protect EorH

export { "AbstractSheaf", "abstractSheaf", "AbstractVariety", "abstractVariety", "schubertCycle'", "schubertCycle", "ReturnType",
"AbstractVarietyMap", "adams", "Base", "blowup", "BundleRanks", "Bundles", "VarietyDimension", "Bundle",
"AbstractVarietyMap", "adams", "blowup", "BundleRanks", "Bundles", "VarietyDimension", "Bundle",
"TautologicalLineBundle", "ch", "chern", "ChernCharacter", "ChernClass", "ChernClassVariable", "ctop", "exceptionalDivisor", "FlagBundle",
"flagBundle", "projectiveBundle'", "projectiveBundle", "abstractProjectiveSpace'", "abstractProjectiveSpace", "integral", "IntersectionRing",
"intersectionRing", "Rank","PullBack", "ChernClassVariableTable",
Expand Down

0 comments on commit 5ec25c2

Please sign in to comment.