Added missing export in table package for numeric/common

master
Arthur Domino 2016-02-04 09:48:00 -05:00 committed by Mike Gerwitz
parent 40fd487249
commit 49663c5779
1 changed files with 1 additions and 1 deletions

View File

@ -24,11 +24,11 @@
desc="Functions for performing table lookups">
<import package="../base" />
<import package="../numeric/common" />
<import package="list" />
<!-- since templates are inlined, we need to make these symbols available to
avoid terrible confusion -->
<import package="../numeric/common" export="true"/>
<import package="common" export="true" />
<import package="matrix" export="true" />