Ignore:
Timestamp:
Jan 16, 2017, 3:39:27 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f234fb2281d0dac21b1fd712e8f48d04dd80a688
Parents:
8ed7dc85f8531614409ce9273f8b59ae49fce769
Message:
fix: no initializeCddlibIfRequired in sub-routines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/polymake/polymake_conversion.cc

    r8ed7dc r16e290  
    391391    int n = pf->give("N_MAXIMAL_CONES");
    392392    for (int i=0; i<n; i++)
    393       {
    394         polymake::perl::Object pmcone=pf->CallPolymakeMethod("cone",i);
    395         gfan::ZCone* zc=PmCone2ZCone(&pmcone);
    396         gfan::initializeCddlibIfRequired();
    397         zf->insert(*zc);
    398       }
     393    {
     394      polymake::perl::Object pmcone=pf->CallPolymakeMethod("cone",i);
     395      gfan::ZCone* zc=PmCone2ZCone(&pmcone);
     396      zf->insert(*zc);
     397    }
    399398    return zf;
    400399  }
Note: See TracChangeset for help on using the changeset viewer.