Changeset 10dd14 in git
- Timestamp:
- Sep 19, 2010, 3:53:38 PM (13 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 73f78da968d3bf51d9cad24fb4ecf386e3c13276
- Parents:
- a469c13d4d5222c065b5812526913d5f21b7df2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
ra469c13 r10dd14 1400 1400 dd_MatrixPtr ddineq; 1401 1401 dd_ErrorType err; 1402 if(dd_LinealitySpace->rowsize>0)//The linspace might be 0 1403 ddineq = dd_AppendMatrix(gc.ddFacets,gcone::dd_LinealitySpace); 1404 else 1405 ddineq = dd_CopyMatrix(gc.ddFacets); 1402 // if(dd_LinealitySpace->rowsize>0)//The linspace might be 0 1403 // ddineq = dd_AppendMatrix(gc.ddFacets,gcone::dd_LinealitySpace); 1404 // else 1405 // ddineq = dd_CopyMatrix(gc.ddFacets); 1406 ddineq = (dd_LinealitySpace->rowsize>0) ? dd_AppendMatrix(gc.ddFacets,gcone::dd_LinealitySpace) : dd_CopyMatrix(gc.ddFacets); 1406 1407 /* In case the input is non-homogeneous we add constrains for the positive orthant. 1407 1408 * This is justified by the fact that for non-homog ideals we only consider the
Note: See TracChangeset
for help on using the changeset viewer.