Changeset 8c73290 in git


Ignore:
Timestamp:
Jan 19, 2002, 3:13:35 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
fbd9c62d19b0d646c9c52d3877010c416998bf6c
Parents:
73b3d280dae7238b222bcb75569e0ee41bc9be58
Message:
*hannes: debug


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

Legend:

Unmodified
Added
Removed
  • Singular/fast_maps.cc

    r73b3d2 r8c73290  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 02/01
    9  *  Version: $Id: fast_maps.cc,v 1.10 2002-01-19 13:08:46 obachman Exp $
     9 *  Version: $Id: fast_maps.cc,v 1.11 2002-01-19 14:13:35 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    6565    p_wrp(monomial->dest, dest_r);
    6666  }
     67  if (monomial->f1!=NULL) { printf(" f1:"); p_wrp(monomial->f1->src, src_r); }
     68  if (monomial->f2!=NULL) { printf(" f2:"); p_wrp(monomial->f1->src, src_r); }
    6769  printf("\n");
    6870  fflush(stdout);
Note: See TracChangeset for help on using the changeset viewer.