Changeset b9a447 in git
- Timestamp:
- Jun 8, 2011, 7:51:09 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 091b0e8cfd6fb9f546473fa1fdffba0086c9398e
- Parents:
- 3645fcced1ffa30007ffe55cd16d183a0a6256fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r3645fc rb9a447 38 38 39 39 #ifdef p800 40 #include <../ ../cddlib/include/setoper.h>41 #include <../ ../cddlib/include/cdd.h>42 #include <../ ../cddlib/include/cddmp.h>40 #include <../cddlib-094f/lib-src-gmp/setoper.h> 41 #include <../cddlib-094f/lib-src-gmp/cdd.h> 42 #include <../cddlib-094f/lib-src-gmp/cddmp.h> 43 43 #endif 44 44 … … 3074 3074 rComplete(rTmp); 3075 3075 rChangeCurrRing(rTmp); 3076 gcone *gcTmp = new gcone ::gcone(*gcAct,*fAct);//copy constructor!3076 gcone *gcTmp = new gcone(*gcAct,*fAct);//copy constructor! 3077 3077 /* Now gcTmp->gcBasis and gcTmp->baseRing are set from fAct->flipGB and fAct->flipRing. 3078 3078 * Since we come at most once across a given facet from gcAct->facetPtr we can delete them.
Note: See TracChangeset
for help on using the changeset viewer.