Changeset e4fe2b in git for factory/cf_factory.h
- Timestamp:
- Aug 23, 2011, 9:17:33 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 72ebdb01e4821ac45cbf1e8065cb15515ef1b391
- Parents:
- fbb01737147ed8f605c88489320c73e975833f32
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-23 21:17:33+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factory.h
rfbb0173 re4fe2b 5 5 #define INCL_CF_FACTORY_H 6 6 7 #include <config.h> 7 // #include "config.h" 8 8 9 9 #include "cf_defs.h" 10 10 #include "variable.h" 11 #include "cf_gmp.h" 11 12 #include <factory/cf_gmp.h> 12 13 13 14 class InternalCF; … … 34 35 }; 35 36 37 36 38 MP_INT getmpi ( InternalCF * value, bool symmetric = true ); 37 39
Note: See TracChangeset
for help on using the changeset viewer.