From 065ca13a863ac103f601a9885ef2eae95538a984 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Sun, 12 Jan 2025 00:19:46 +0100 Subject: [PATCH] follow common usage --- code/method/reconstruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/method/reconstruction.h b/code/method/reconstruction.h index f1dfff7..f10f511 100644 --- a/code/method/reconstruction.h +++ b/code/method/reconstruction.h @@ -39,7 +39,7 @@ class PointSet; * @param model_coverage weight for model coverage term * @param model_complexity weight for model complexity term */ -Map* METHOD_API reconstruct( +METHOD_API Map* reconstruct( PointSet *point_cloud, // input point cloud LinearProgramSolver::SolverName solver, // solver name float data_fitting = 0.43, // weight for data fitting term