|
From: dpvc v. a. <we...@ma...> - 2010-01-24 02:33:50
|
Log Message:
-----------
Removed deletion of i,j,k which are not in the original Point context
Modified Files:
--------------
pg/macros:
contextLimitedPoint.pl
Revision Data
-------------
Index: contextLimitedPoint.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/contextLimitedPoint.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lmacros/contextLimitedPoint.pl -Lmacros/contextLimitedPoint.pl -u -r1.14 -r1.15
--- macros/contextLimitedPoint.pl
+++ macros/contextLimitedPoint.pl
@@ -161,7 +161,6 @@
'[' => {formMatrix => 0},
);
$context->variables->are(x=>'Real');
- $context->constants->remove('i','j','k');
main::Context("LimitedPoint"); ### FIXME: probably should require author to set this explicitly
}
|