Skip to content

Commit

Permalink
[ci] fix submodule checkout error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 18, 2024
1 parent 5316f69 commit 820e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 96 files
+19 −3 AdaptiveSolvers.sln
+16 −0 Makefile
+164 −0 PointsToDisks.vcxproj
+1 −1 PoissonReconClient.vcxproj
+1 −1 PoissonReconServer.vcxproj
+284 −44 README.md
+31 −40 Src/AdaptiveTreeVisualization.cpp
+66 −63 Src/Allocator.h
+54 −56 Src/Array.h
+17 −33 Src/Array.inl
+0 −207 Src/BMPStream.inl
+482 −479 Src/BSplineData.h
+16 −4 Src/BSplineData.inl
+39 −37 Src/BinaryNode.h
+193 −169 Src/BlockedVector.h
+38 −20 Src/ChunkPLY.cpp
+80 −58 Src/CmdLineParser.h
+110 −63 Src/CmdLineParser.inl
+250 −88 Src/DataStream.h
+321 −217 Src/DataStream.imp.h
+7 −7 Src/DataStream.imp.inl
+378 −0 Src/DataStream.inl
+23 −30 Src/EDTInHeat.cpp
+226 −0 Src/Extrapolator.h
+8 −8 Src/FEMTree.Evaluation.inl
+114 −86 Src/FEMTree.Initialize.inl
+124 −65 Src/FEMTree.LevelSet.2D.inl
+199 −86 Src/FEMTree.LevelSet.3D.inl
+23 −9 Src/FEMTree.LevelSet.inl
+60 −60 Src/FEMTree.System.inl
+2,725 −2,655 Src/FEMTree.h
+156 −139 Src/FEMTree.inl
+111 −109 Src/Factor.h
+0 −109 Src/FunctionData.h
+0 −415 Src/FunctionData.inl
+753 −725 Src/Geometry.h
+1 −4 Src/Geometry.inl
+347 −340 Src/Image.h
+19 −24 Src/ImageStitching.cpp
+36 −29 Src/JPEG.h
+0 −4 Src/JPEG.inl
+30 −26 Src/MAT.h
+628 −629 Src/MarchingCubes.h
+29 −24 Src/MergePlyClientServer.h
+81 −73 Src/MergePlyClientServer.inl
+170 −0 Src/MultiThreading.h
+322 −0 Src/MyAtomic.h
+120 −0 Src/MyExceptions.h
+236 −901 Src/MyMiscellany.h
+310 −0 Src/NestedVector.h
+33 −26 Src/PNG.h
+0 −3 Src/PNG.inl
+64 −58 Src/PPolynomial.h
+0 −2 Src/PPolynomial.inl
+48 −43 Src/Ply.h
+2 −2 Src/Ply.inl
+163 −160 Src/PlyFile.h
+24 −30 Src/PlyFile.inl
+89 −0 Src/PointExtent.h
+177 −0 Src/PointExtent.inl
+71 −54 Src/PointInterpolant.cpp
+95 −107 Src/PointPartition.h
+8 −82 Src/PointPartition.inl
+25 −21 Src/PointPartitionClientServer.h
+13 −26 Src/PointPartitionClientServer.inl
+266 −0 Src/PointsToDisks.cpp
+78 −67 Src/PoissonRecon.client.inl
+117 −151 Src/PoissonRecon.cpp
+36 −18 Src/PoissonRecon.server.inl
+15 −21 Src/PoissonReconClient.cpp
+47 −43 Src/PoissonReconClientServer.h
+13 −7 Src/PoissonReconClientServer.inl
+112 −31 Src/PoissonReconServer.cpp
+74 −65 Src/Polynomial.h
+0 −5 Src/Polynomial.inl
+6 −1 Src/PreProcessor.h
+83 −79 Src/Rasterizer.h
+3 −3 Src/Rasterizer.inl
+167 −57 Src/Reconstruction.example.cpp
+1,091 −1,069 Src/Reconstructors.h
+421 −581 Src/Reconstructors.streams.h
+116 −110 Src/RegularGrid.h
+0 −2 Src/RegularGrid.inl
+328 −320 Src/RegularTree.h
+11 −6 Src/RegularTree.inl
+112 −127 Src/SSDRecon.cpp
+88 −84 Src/Socket.h
+123 −115 Src/SparseMatrix.h
+12 −16 Src/SparseMatrix.inl
+114 −109 Src/SparseMatrixInterface.h
+66 −71 Src/SparseMatrixInterface.inl
+121 −118 Src/Streams.h
+16 −31 Src/SurfaceTrimmer.cpp
+522 −519 Src/VertexFactory.h
+382 −378 Src/Window.h
+15 −15 Src/Window.inl

0 comments on commit 820e1b8

Please sign in to comment.