Changeset 9f39e6 in git
- Timestamp:
- Feb 1, 2012, 6:35:13 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b6b61689e26a509292ac79af82cef26348104668
- Parents:
- 72486f0639537653ca068a90c827262845f27ce2
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-01 18:35:13+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 18:41:14+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/gen_test.cc
r72486f0 r9f39e6 9 9 #include "testdata.h" 10 10 11 main()11 int main(void) 12 12 { 13 13 ofstream output1("IP/testmatrix1"); … … 65 65 ofstream output6c("IP/testproblem6c"); 66 66 random_problems(3*5,5,0,5,output6c); 67 return 0; 67 68 } 68 69 #endif -
factory/libfac/factor/tmpl_inst.cc
r72486f0 r9f39e6 6 6 // #include <factory/templates/ftmpl_array.cc> 7 7 8 #include <factory/factory.h>8 #include "factory.h" 9 9 10 11 12 #include <factory/templates/ftmpl_array.cc> 13 #include <factory/templates/ftmpl_factor.cc> 14 #include <factory/templates/ftmpl_list.cc> 15 #include <factory/templates/ftmpl_functions.h> 16 #include <factory/templates/ftmpl_matrix.cc> 10 #include "templates/ftmpl_array.cc" 11 #include "templates/ftmpl_factor.cc" 12 #include "templates/ftmpl_list.cc" 13 #include "templates/ftmpl_functions.h" 14 #include "templates/ftmpl_matrix.cc" 17 15 18 16 template class Factor<CanonicalForm>;
Note: See TracChangeset
for help on using the changeset viewer.