Changeset 2fbb564 in git for Tst/Manual/liftstd.tst


Ignore:
Timestamp:
May 16, 2019, 2:44:53 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a4812b7b6abaf7355d43c100d32b00a2080ed8df
Parents:
4e5fdad42de8a0a52366ead81619a2e027f2a8ef59f0c2b151266af346272ad6c1a729b8294fb6e8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-05-16 14:44:53+02:00
git-committer:
GitHub <noreply@github.com>2019-05-16 14:44:53+02:00
Message:
Merge pull request #922 from zickgraf/liftstd

Fix liftstd with four arguments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Manual/liftstd.tst

    r4e5fda r2fbb564  
    1111  sm=liftstd(i,T,s);
    1212  print(s);
     13  sm=liftstd(i,T,s,"std");
     14  print(s);
     15  sm=liftstd(i,T,s,"slimgb");
     16  print(s);
    1317tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.