Changeset 33c88f6 in git for MP


Ignore:
Timestamp:
Apr 4, 2007, 12:05:12 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bcc0f6fb699176de24093f7aa91774e35f2c6037
Parents:
9d7c017a79e5d3272ee273750210ac7b1d3b368b
Message:
*hannes: syntax fix


git-svn-id: file:///usr/local/Singular/svn/trunk@9967 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MPT/MPT_GP.cc

    r9d7c01 r33c88f6  
    490490    MPT_GP_DistMvPoly_t(tnode, coeffs, nvars,
    491491                        MPT_GetGP_Ordering(
    492                           (MPT_Tree_pt)MPT_AnnotValue(tnode,
     492                          (MPT_Node_t*)MPT_AnnotValue(tnode,
    493493                                         MP_PolyDict,
    494494                                         MP_AnnotPolyOrdering),
    495495                          nvars),
    496496                        MPT_GetGP_Ordering(
    497                           (MPT_Tree_pt)MPT_AnnotValue(tnode,
     497                          (MPT_Node_t*)MPT_AnnotValue(tnode,
    498498                                         MP_PolyDict,
    499499                                         MP_AnnotShouldHavePolyOrdering),
Note: See TracChangeset for help on using the changeset viewer.