Changeset 279019 in git


Ignore:
Timestamp:
May 9, 2008, 11:17:57 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
5f4c317d3780e3f2cc121a60215990d11068bc3a
Parents:
051dc72633dcf2d9993b3709998eb856cd3d02e1
Message:
*hannes: add some missing comments


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

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r051dc7 r279019  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.43 2008-03-19 17:44:12 Singular Exp $ */
     6/* $Id: structs.h,v 1.44 2008-05-09 09:17:57 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    470470  matrix C;
    471471  matrix D;
    472   matrix *MT;
     472  matrix *MT; // size 0.. (rVar()*rVar()-1)/2
    473473  matrix COM;
    474   int *MTsize;
     474  int *MTsize; // size 0.. (rVar()*rVar()-1)/2
    475475
    476476  // IsSkewConstantindicates whethere coeffs C_ij are all equal, effective together with nc_type=nc_skew
Note: See TracChangeset for help on using the changeset viewer.