Changeset d94836e in git


Ignore:
Timestamp:
Sep 5, 2012, 3:46:06 PM (12 years ago)
Author:
Alexander Dreyer <alexander.dreyer@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
09e3e90b070279af87380533697383073f38fb1c
Parents:
88180dcbe2ead266f3547e207fd8b7d03a0b9f1e
git-author:
Alexander Dreyer <alexander.dreyer@itwm.fraunhofer.de>2012-09-05 15:46:06+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-05 15:52:21+02:00
Message:
Call the blackbox init function from the ::main()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r88180d rd94836e  
    99#include "config.h"
    1010#include <kernel/mod2.h>
    11 
     11#include "countedref.h"
    1212#include <omalloc/omalloc.h>
    1313
     
    170170   pyobject_setup();
    171171#endif
    172 
     172  countedref_init();
    173173#ifdef HAVE_FANS
    174174  bbcone_setup();
Note: See TracChangeset for help on using the changeset viewer.