Changeset d693da2 in git for Singular/ipconv.cc


Ignore:
Timestamp:
Aug 19, 2010, 2:23:23 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d3b51f435fddb90e14555be594c633d629364d58
Parents:
87288e357199d0d1b82ea6991972478b3f85a989
Message:
tr 253 and option(warn)

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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r87288e rd693da2  
    1111#include <Singular/ipid.h>
    1212#include <kernel/intvec.h>
     13#include <kernel/options.h>
    1314#include <omalloc.h>
    1415#include <kernel/febase.h>
     
    3031#include <Singular/attrib.h>
    3132#include <kernel/ring.h>
     33#include <Singular/ipshell.h>
    3234#include <Singular/ipconv.h>
    3335
     
    395397    &&(dConvertTypes[index].o_typ==outputType))
    396398    {
     399      if(TEST_V_ALLWARN)
     400      {
     401        Print("automatic  conversion %s -> %s\n",
     402        Tok2Cmdname(inputType),Tok2Cmdname(outputType));
     403      }
    397404      if ((currRing==NULL) && (outputType>BEGIN_RING) && (outputType<END_RING))
    398405        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.