Changeset 13ff55 in git for gfanlib/gfanlib_zfan.cpp
- Timestamp:
- Mar 4, 2022, 11:33:11 AM (15 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- aa890371f3fc3334ffedb206a78947b35c4cf430
- Parents:
- 2b91e27cb3d8840cd23a3ce2614cdf9fd3128bfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_zfan.cpp
r2b91e2 r13ff55 36 36 ZCone ZFan::getCone(int dimension, int index, bool orbit, bool maximal)const 37 37 { 38 this->ensureComplex(); 38 39 IntVector indices=getConeIndices(dimension,index,orbit,maximal); 39 40 ZCone ret=this->complex->makeZCone(indices); … … 217 218 if(f.complex) 218 219 { 219 complex=new SymmetricComplex(*f.complex); 220 // complex=new SymmetricComplex(*f.complex); // commented out due to bug by Lukas 221 // LIB "gfan.lib"; 222 // proc getfirst(fan f) 223 // { 224 // int dimf = dimension(f); 225 // cone c = getCone(f, dimf, 1, 1); 226 // return(c); 227 // } 228 // intmat M[3][3]= 229 // 1,0,0, 230 // 0,1,0, 231 // 0,0,1; 232 // cone c = coneViaPoints(M); 233 // fan f = fanViaCones(c); 234 // f; 235 // getfirst(f); 220 236 } 221 237 }
Note: See TracChangeset
for help on using the changeset viewer.