Skip to content

Commit

Permalink
follow common usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Jan 11, 2025
1 parent 4339f67 commit 065ca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/method/reconstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 065ca13

Please sign in to comment.