Changeset 6400f5 in git for factory/cf_eval.cc


Ignore:
Timestamp:
May 29, 2000, 5:05:21 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6a6276b987e68d101aeeb374964db2ffec7c0d91
Parents:
b5bbc745f23ed39ca05a7a69f6a6489f66ece9b4
Message:
* hannes: added dummy routines for debuuging factory/libfac
       (Singular/claptmpl.cc Singular/fglm.cc Singular/fglm.h
       Singular/fglmvec.cc Singular/fglmzero.cc Singular/iparith.cc
       Singular/static.h factory/canonicalform.cc
       factory/canonicalform.h factory/cf_eval.cc factory/cf_map.cc
       factory/cf_map.h libfac/charset/charset.cc)


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

Legend:

Unmodified
Added
Removed
  • factory/cf_eval.cc

    rb5bbc74 r6400f5  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_eval.cc,v 1.4 1997-06-19 12:27:22 schmidt Exp $ */
     2/* $Id: cf_eval.cc,v 1.5 2000-05-29 15:05:20 Singular Exp $ */
    33
    44#include <config.h>
     
    5151operator<< ( ostream& s, const Evaluation &e )
    5252{
    53     s << e.values;
     53    e.values.print(s);
    5454    return s;
    5555}
Note: See TracChangeset for help on using the changeset viewer.