Changeset a667138 in git


Ignore:
Timestamp:
May 27, 2013, 11:54:18 AM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.