Changeset 54b460 in git


Ignore:
Timestamp:
May 8, 2006, 5:38:43 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
b4ab6fbc04ef9aeef95a3b0e1f048490cf8649d4
Parents:
71df1a733573e6e6ed4fa39b1aa70ca67b4e2945
Message:
*hannes: attribute handling


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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    r71df1a r54b460  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.25 2006-05-08 15:37:15 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.26 2006-05-08 15:38:43 Singular Exp $ */
    55
    66/*
     
    144144{
    145145  attr temp;
    146   if (e==NULL)
     146  if (root->e==NULL)
    147147    temp = root->attribute->get(name);
    148148  else
Note: See TracChangeset for help on using the changeset viewer.