aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorianhin <ianhin>2006-01-31 02:09:01 +0000
committerianhin <ianhin>2006-01-31 02:09:01 +0000
commitc1fe9d8ebd2bf7ee30003f5231ec4d08442d3f90 (patch)
tree22dece263f1ca6fba2935fc21cd177168adf3463 /Tools/CodeGen
parentd0978e00a18dfc7feaa58c84b1b1aa5676b0c714 (diff)
Added missing ThornImplementation from Sym context
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/Thorn.m20
1 files changed, 10 insertions, 10 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index 1358dcb..aa60a02 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -30,16 +30,16 @@ BeginPackage["sym`"];
need to make sure the sym` context is on your ContextPath to use
the symbols without the sym` prefix. *)
-{AccumulatorBase, Name, Type, Extend, Default, Comment, Range, Implementation, Group,
-SchedulePoint, Language, SynchronizedGroups, StorageGroups,
-Timelevels, VariableType, GridType, Visibility, Variables,
-Implementations, Value, AllowedValues, UsedParameters, Description,
-ExtendedParameters, NewParameters, Directory, Interface, Param,
-Schedule, Sources, Makefile, Filename, Contents, ThornName,
-BaseImplementation, EvolvedGFs, PrimitiveGFs, Groups, Calculation,
-GridFunctions, Shorthands, Equations, Parameter, Value, UsesFunctions,
-ArgString, Conditional, D1, D2, D3, D11, D22, D33, D21, D31, D32,
-Textual, TriggerGroups, Include, RHSGroups};
+{AccumulatorBase, ThornImplementation, Name, Type, Extend, Default,
+Comment, Range, Implementation, Group, SchedulePoint, Language,
+SynchronizedGroups, StorageGroups, Timelevels, VariableType, GridType,
+Visibility, Variables, Implementations, Value, AllowedValues,
+UsedParameters, Description, ExtendedParameters, NewParameters,
+Directory, Interface, Param, Schedule, Sources, Makefile, Filename,
+Contents, ThornName, BaseImplementation, EvolvedGFs, PrimitiveGFs,
+Groups, Calculation, GridFunctions, Shorthands, Equations, Parameter,
+Value, UsesFunctions, ArgString, Conditional, D1, D2, D3, D11, D22,
+D33, D21, D31, D32, Textual, TriggerGroups, Include, RHSGroups};
{ExcisionGFs};