DOPOLY
------
      When the operation of DOPOLYALL was changed some
time ago, it was overlooked that DOPOLY should also be
changed. So the current code for DOPOLY is incorrect. 
A temperary fix for this is as follows.

Copy the following 8 lines of code

FUNCTION DOPOLY(LEX4,LEX3,LEX2,LEX1),
PLY(LEX4),
LEX1:POP(LEX1),
EVSA#(FIRST(LEX1),SECOND(LEX1)),
DOSORT(),
SA#(),
ENDFUN$
RDS()$

to a disk file and call it DOPOLY.FIX

When DOPOLY is needed for a polynomial ansatz then
do RDS(DOPOLY,FIX) to read in this replacement code and
then DOPOLY will work as described in MORELIE.DOC.

Windows
-------
       When LIE is run via the DOS icon of Windows then
for some versions of Windows you get the full 80 character
width screen but for other versions you get a window with
less than 80 character line length. In the latter case you 
can change the line length of output by LIE so as to fit in
the window by doing the function LINELENGTH(n). Choose the
number n to be one less than the number of characters across
the window eg if 70 characters fit across the window then
do LINELENGTH(69).