-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcis563-project3.patch
23 lines (23 loc) · 1.95 KB
/
cis563-project3.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --color -ruN -p0 cis-563-project3/Projects/material_point/main.cpp /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/main.cpp
--- cis-563-project3/Projects/material_point/main.cpp 2020-12-08 12:01:03.000000000 -0500
+++ /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/main.cpp 2020-12-17 12:20:01.518459810 -0500
@@ -47 +47 @@ void read_obj(std::vector<std::vector<fl
-int main(__unused int argc, __unused char *argv[])
+int main()
diff --color -ruN -p0 cis-563-project3/Projects/material_point/material_point.h /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/material_point.h
--- cis-563-project3/Projects/material_point/material_point.h 2020-12-07 17:08:56.000000000 -0500
+++ /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/material_point.h 2020-12-17 12:20:16.006911023 -0500
@@ -5 +5 @@
-#include <Eigen/sparse>
+#include <Eigen/Sparse>
diff --color -ruN -p0 cis-563-project3/Projects/material_point/mesh_query0.1/predicates.cpp /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/mesh_query0.1/predicates.cpp
--- cis-563-project3/Projects/material_point/mesh_query0.1/predicates.cpp 2010-07-23 01:58:46.000000000 -0400
+++ /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/mesh_query0.1/predicates.cpp 2020-12-17 12:21:22.064929509 -0500
@@ -2649 +2649 @@ REAL incircleadapt(const REAL *pa, const
- int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
+ int axtbclen = 8, aytbclen = 8, bxtcalen = 8, bytcalen = 8, cxtablen = 8, cytablen = 8;
diff --color -ruN -p0 cis-563-project3/Projects/material_point/mesh_query0.1/util.h /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/mesh_query0.1/util.h
--- cis-563-project3/Projects/material_point/mesh_query0.1/util.h 2010-07-23 01:58:46.000000000 -0400
+++ /home/feketerigo/Desktop/cis-563-project3/Projects/material_point/mesh_query0.1/util.h 2020-12-17 12:20:35.711517528 -0500
@@ -7,0 +8 @@
+#include <climits>