|
1 | | -<center><h2>Adaptive Multigrid Solvers (Version 18.40)</h2></center> |
| 1 | +<center><h2>Adaptive Multigrid Solvers (Version 18.41)</h2></center> |
2 | 2 | <center> |
3 | 3 | <a href="#LINKS">links</a> |
4 | 4 | <a href="#COMPILATION">compilation</a> |
@@ -29,10 +29,11 @@ This code-base was born from the Poisson Surface Reconstruction code. It has evo |
29 | 29 | <a href="https://www.cs.jhu.edu/~misha/MyPapers/CGF23.pdf">[Kazhdan and Hoppe, 2023]</a> |
30 | 30 | <br> |
31 | 31 | <b>Executables: </b> |
32 | | -<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.40/AdaptiveSolvers.x64.zip">Win64</a><br> |
| 32 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.41/AdaptiveSolvers.x64.zip">Win64</a><br> |
33 | 33 | <b>Source Code:</b> |
34 | | -<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.40/AdaptiveSolvers.zip">ZIP</a> <a href="https://github.com/mkazhdan/PoissonRecon">GitHub</a><br> |
| 34 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.41/AdaptiveSolvers.zip">ZIP</a> <a href="https://github.com/mkazhdan/PoissonRecon">GitHub</a><br> |
35 | 35 | <b>Older Versions:</b> |
| 36 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.40/">V18.40</a>, |
36 | 37 | <a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.35/">V18.35</a>, |
37 | 38 | <a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.31/">V18.31</a>, |
38 | 39 | <a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.30/">V18.30</a>, |
@@ -1708,16 +1709,21 @@ Similarly, to reduce compilation times, support for specific degrees can be remo |
1708 | 1709 | <LI> Removed the smoothing option in the <CODE>SufaceTrimmer</CODE> executable. |
1709 | 1710 | </OL> |
1710 | 1711 |
|
1711 | | -<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.31/">Version 18.35</a>: |
| 1712 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.35/">Version 18.35</a>: |
1712 | 1713 | <OL> |
1713 | 1714 | <LI> Removed the confidence bias option. |
1714 | 1715 | </OL> |
1715 | 1716 |
|
1716 | | -<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.31/">Version 18.40</a>: |
| 1717 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.40/">Version 18.40</a>: |
1717 | 1718 | <OL> |
1718 | 1719 | <LI> Added support for extrapolator accumulation. |
1719 | 1720 | </OL> |
1720 | 1721 |
|
| 1722 | +<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.41/">Version 18.41</a>: |
| 1723 | +<OL> |
| 1724 | +<LI> Removed explicitly instantiated static variables. |
| 1725 | +</OL> |
| 1726 | + |
1721 | 1727 | </DETAILS> |
1722 | 1728 |
|
1723 | 1729 | <hr> |
|
0 commit comments