diff options
author | dos-reis <gdr@axiomatics.org> | 2011-09-20 10:17:32 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-09-20 10:17:32 +0000 |
commit | 589f3335fb070375ba16d84859ee00267577f8ab (patch) | |
tree | 3cdd6a7ed1686085fb0087ca6e1a8a15d60633df /src/algebra/exposed.lsp.pamphlet | |
parent | 255be06767355e3b41acd75990c6b90270b8f2bd (diff) | |
download | open-axiom-589f3335fb070375ba16d84859ee00267577f8ab.tar.gz |
* algebra/annacat.spad.pamphlet: Remove.
* algebra/routines.spad.pamphlet: Likewise.
* algebra/functions.spad.pamphlet: Likewise.
* algebra/tools.spad.pamphlet: Likewise.
* algebra/cont.spad.pamphlet: Likewise.
* algebra/fortran.spad.pamphlet: Likewise.
* algebra/fortmac.spad.pamphlet: Likewise.
* algebra/fortpak.spad.pamphlet: Likewise.
Diffstat (limited to 'src/algebra/exposed.lsp.pamphlet')
-rw-r--r-- | src/algebra/exposed.lsp.pamphlet | 45 |
1 files changed, 2 insertions, 43 deletions
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet index 5108f68d..0e75f115 100644 --- a/src/algebra/exposed.lsp.pamphlet +++ b/src/algebra/exposed.lsp.pamphlet @@ -49,7 +49,7 @@ (in-package "BOOT") (defparameter |$globalExposureGroupAlist| '( -;;define the groups |basic| |naglink| |anna| |categories| |Hidden| |defaults| +;;define the groups |basic| |naglink| |categories| |Hidden| |defaults| (|basic| (|AddAst| . ADDAST) (|AlgebraicManipulations| . ALGMANIP) @@ -452,51 +452,11 @@ (|WuWenTsunTriangularSet| . WUTSET) ) (|naglink| - (|FortranCode| . FC) - (|FortranCodePackage1| . FCPAK1) - (|FortranExpression| . FEXPR) - (|FortranMachineTypeCategory| . FMTC) - (|FortranMatrixCategory| . FMC) - (|FortranMatrixFunctionCategory| . FMFUN) - (|FortranOutputStackPackage| . FOP) - (|FortranPackage| . FORT) - (|FortranProgramCategory| . FORTCAT) - (|FortranProgram| . FORTRAN) - (|FortranFunctionCategory| . FORTFN) (|FortranScalarType| . FST) (|FortranType| . FT) - (|FortranTemplate| . FTEM) - (|FortranVectorFunctionCategory| . FVFUN) - (|FortranVectorCategory| . FVC) - (|MachineComplex| . MCMPLX) - (|MachineFloat| . MFLOAT) - (|MachineInteger| . MINT) - (|MultiVariableCalculusFunctions| . MCALCFN) - (|PackedHermitianSequence| . PACKED) - (|Result| . RESULT) - (|SimpleFortranProgram| . SFORT) - (|Switch| . SWITCH) (|SymbolTable| . SYMTAB) - (|TemplateUtilities| . TEMUTL) (|TheSymbolTable| . SYMS) - (|ThreeDimensionalMatrix| . M3D)) -(|anna| - (|AttributeButtons| . ATTRBUT) - (|BasicFunctions| . BFUNCT) - (|ExpertSystemContinuityPackage| . ESCONT) - (|ExpertSystemContinuityPackage1| . ESCONT1) - (|ExpertSystemToolsPackage| . ESTOOLS) - (|ExpertSystemToolsPackage1| . ESTOOLS1) - (|ExpertSystemToolsPackage2| . ESTOOLS2) - (|NumericalIntegrationCategory| . NUMINT) - (|NumericalIntegrationProblem| . NIPROB) - (|NumericalODEProblem| . ODEPROB) - (|NumericalOptimizationCategory| . OPTCAT) - (|NumericalOptimizationProblem| . OPTPROB) - (|NumericalPDEProblem| . PDEPROB) - (|OrdinaryDifferentialEquationsSolverCategory| . ODECAT) - (|PartialDifferentialEquationsSolverCategory| . PDECAT) - (|RoutinesTable| . ROUTINE)) +) (|categories| (|AbelianGroup| . ABELGRP) (|AbelianMonoid| . ABELMON) @@ -1243,7 +1203,6 @@ '|basic| '|categories| '|naglink| -'|anna| ) (LIST ;;These constructors will be explicitly exposed |