Changeset 891f0e in git
- Timestamp:
- Apr 3, 2018, 10:57:30 AM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 48eb3428757e54031dcc535e19b84750bf82612b
- Parents:
- 5bf33d8dd41bde96bc4e3968366a9da4525e3bdf
- Location:
- kernel
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/test.cc
r5bf33d r891f0e 41 41 #include "polys/clapsing.h" 42 42 43 44 // // TODO: DUE to the use of HALT in npolygon.cc :(((45 //extern "C" {void m2_end(int i){exit(i);}}46 47 // TODO: DUE to its use in kutil.cc :(((48 char * showOption(){return NULL;}49 43 50 44 #include "kernel/combinatorics/stairc.h" -
kernel/combinatorics/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/fglm/test.cc
r5bf33d r891f0e 52 52 #include "polys/clapsing.h" 53 53 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 54 // #include "structs.h" 63 55 -
kernel/groebner_walk/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/linear_algebra/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/maps/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/numeric/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/oswrapper/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // #include "structs.h" 63 56 -
kernel/spectrum/test.cc
r5bf33d r891f0e 53 53 54 54 55 // // TODO: DUE to the use of HALT in npolygon.cc :(((56 extern "C" {void m2_end(int i){exit(i);}}57 58 // // TODO: DUE to its use in kutil.cc :(((59 // char * showOption(){return NULL;}60 61 62 55 // HEADERS: 63 56 #include "kernel/ideals.h" -
kernel/test.cc
r5bf33d r891f0e 45 45 46 46 #include "polys/clapsing.h" 47 48 49 // // TODO: DUE to the use of HALT in npolygon.cc :(((50 extern "C" {void m2_end(int i){exit(i);}}51 52 // // TODO: DUE to its use in kutil.cc :(((53 char * showOption(){return NULL;}54 55 // // TODO: DUE to its use in feread.cc :(((56 char *iiArithGetCmd(int nPos){return NULL; }57 58 47 59 48 #include "coeffs/numbers.h"
Note: See TracChangeset
for help on using the changeset viewer.