Changeset a667138 in git


Ignore:
Timestamp:
May 27, 2013, 11:54:18 AM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
e44b1496e7a09174e77e9bf67544f253e86b39c8
Parents:
9713eea80d019296cc6a670a2d19b267b228d562
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-05-27 11:54:18+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-07-18 14:56:50+02:00
Message:
fix: numberOfConesOfDimension

subprocedure for ConeCollections does not work for now,
added ensureComplex()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zfan.cpp

    r9713ee ra667138  
    294294  int ZFan::getLinealityDimension()const
    295295  {
    296     if(complex)
     296    ensureComplex();
     297    // if(complex)
    297298      return complex->getLinDim();
    298     if(coneCollection)
    299       return coneCollection->dimensionOfLinealitySpace();
     299    // if(coneCollection)
     300    //   return coneCollection->dimensionOfLinealitySpace();
    300301    assert(0);
    301302    return 0;
Note: See TracChangeset for help on using the changeset viewer.