Skip to content

Commit c2c85e4

Browse files
committed
Version 18.41
1 parent b80aa2c commit c2c85e4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center><h2>Adaptive Multigrid Solvers (Version 18.40)</h2></center>
1+
<center><h2>Adaptive Multigrid Solvers (Version 18.41)</h2></center>
22
<center>
33
<a href="#LINKS">links</a>
44
<a href="#COMPILATION">compilation</a>
@@ -29,10 +29,11 @@ This code-base was born from the Poisson Surface Reconstruction code. It has evo
2929
<a href="https://www.cs.jhu.edu/~misha/MyPapers/CGF23.pdf">[Kazhdan and Hoppe, 2023]</a>
3030
<br>
3131
<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>
3333
<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>
3535
<b>Older Versions:</b>
36+
<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.40/">V18.40</a>,
3637
<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.35/">V18.35</a>,
3738
<a href="https://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version18.31/">V18.31</a>,
3839
<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
17081709
<LI> Removed the smoothing option in the <CODE>SufaceTrimmer</CODE> executable.
17091710
</OL>
17101711

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>:
17121713
<OL>
17131714
<LI> Removed the confidence bias option.
17141715
</OL>
17151716

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>:
17171718
<OL>
17181719
<LI> Added support for extrapolator accumulation.
17191720
</OL>
17201721

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+
17211727
</DETAILS>
17221728

17231729
<hr>

0 commit comments

Comments
 (0)