Changeset 58b407 in git for dyn_modules/callgfanlib/gitfan.cc
- Timestamp:
- Apr 11, 2013, 9:31:35 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8b23bf954014d0a95b8966d5bb7a4845c21d9da1
- Parents:
- dd9de08cf1acd4433f35d74d593d1ec792b0176b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/callgfanlib/gitfan.cc
rdd9de0 r58b407 11 11 12 12 #include <kernel/mod2.h> 13 #ifdef HAVE_FANS 14 13 14 #include <Singular/ipid.h> 15 15 #include <Singular/lists.h> 16 16 #include <Singular/ipshell.h> … … 257 257 } 258 258 259 void gitfan_setup() 260 { 261 iiAddCproc("","refineCones",FALSE,refineCones); 262 } 263 264 #endif 259 void gitfan_setup(SModulFunctions* p) 260 { 261 p->iiAddCproc("","refineCones",FALSE,refineCones); 262 }
Note: See TracChangeset
for help on using the changeset viewer.