Changeset f5a3a23 in git for Singular/ipshell.h


Ignore:
Timestamp:
Aug 3, 2011, 2:55:15 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3342df1a96f6513ccd51901066e6cb096c2c9780
Parents:
b5059070fb3e86c343e54cf4c5ef9c6f737a0230
git-author:
Martin Lee <martinlee84@web.de>2011-08-03 14:55:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:02:30+01:00
Message:
added typedef lists from kernel/structs.h to lists.h
changed pVariables to currRing->N and idRankFreeModule(arg) to id_RankFreeModule(arg,currRing) in lists.cc
added include lists.h to ipshell.h and commented out include structs.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    rb50590 rf5a3a23  
    99*/
    1010#include <stdio.h>
    11 #include <kernel/structs.h>
    12 #include <kernel/febase.h>
     11//#include <kernel/structs.h>
    1312#include <kernel/ideals.h>
     13#include <Singular/lists.h>
    1414
    1515struct _ssubexpr;
Note: See TracChangeset for help on using the changeset viewer.