Changeset 22303d in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Jan 7, 2011, 3:47:12 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e961ee49ffe19b2ceb5ebbde55790cf01100a939
Parents:
ee0b48da735557998c56e4db8572ac4de638b105
Message:
more to separating omalloc and singular

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

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    ree0b48 r22303d  
    350350#include <kernel/intvec.h>
    351351#include <kernel/ring.h>
    352 #include <Singular/omSingularConfig.h>
    353352#include <kernel/p_Procs.h>
    354353/* Needed for debug Version of p_SetRingOfLeftv, Oliver */
     
    700699  } while (v!=NULL);
    701700  // set global variable to show memory usage
     701  extern int om_sing_opt_show_mem;
    702702  if (BVERBOSE(V_SHOW_MEM)) om_sing_opt_show_mem = 1;
    703703  else om_sing_opt_show_mem = 0;
Note: See TracChangeset for help on using the changeset viewer.