Changeset 496ee6 in git


Ignore:
Timestamp:
Apr 30, 1997, 2:58:35 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6881f9b14d08809a0f86584edb0a5904b47111a9
Parents:
0809432588440e21a7c412e2ddcfc8706cc280ea
Message:
o calls to macro DEBOUTLN changed to new calling syntax


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r080943 r496ee6  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: cf_gcd.cc,v 1.7 1997-04-07 15:05:38 schmidt Exp $
     2// $Id: cf_gcd.cc,v 1.8 1997-04-30 12:58:35 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.7  1997/04/07 15:05:38  schmidt
     7#include <config.h> added
     8
    69Revision 1.6  1997/03/26 16:39:06  schmidt
    710debug output changed to DEBOUT
     
    336339            return gcd_poly( F, G, false );
    337340        }
    338         DEBOUTLN( cerr, "another try ...", ' ' );
     341        DEBOUTLN( cerr, "another try ..." );
    339342    }
    340343}
Note: See TracChangeset for help on using the changeset viewer.