File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
build/pkgs/normaliz/patches Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ commit ecdb62c90a3767b440800dcf2c49589e890a53b1
2
+ Author: Matthias Koeppe <
[email protected] >
3
+ Date: Tue Aug 8 17:03:32 2023 -0700
4
+
5
+ full_cone.cpp: Remove debug output
6
+
7
+ diff --git a/source/libnormaliz/full_cone.cpp b/source/libnormaliz/full_cone.cpp
8
+ index 0fd906b3..cb2cce2b 100644
9
+ --- a/source/libnormaliz/full_cone.cpp
10
+ +++ b/source/libnormaliz/full_cone.cpp
11
+ @@ -3447,8 +3447,8 @@ void Full_Cone<Integer>::build_cone_dynamic() {
12
+ // if they aren't in a hyperplane anyway
13
+ if(IntHullNorm.size() > 0){
14
+ #pragma omp parallel for
15
+ - for(size_t i = 0; i< OriGens.nr_of_rows(); ++i){
16
+ - cout << "i " << i << " -- " << OriGensFloat[i];
17
+ + for (size_t i = 0; i< OriGens.nr_of_rows(); ++i){
18
+ + // cout << "i " << i << " -- " << OriGensFloat[i];
19
+ nmz_float norm = v_scalar_product(OriGensFloat[i], IntHullNormFloat);
20
+ v_scalar_division(OriGensFloat[i], norm);
21
+ }
You can’t perform that action at this time.
0 commit comments