Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine authored and nmellado committed Jun 16, 2023
1 parent e7f26e4 commit 84f543e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ponca/src/Fitting/rimlsPlaneFit.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ class RimlsPlaneFitImpl : public T
Plane< DataPoint, _WFunctor, T > >;
//! [RimlsPlaneFit Definition]

#include "RimlsPlaneFit.hpp"
#include "rimlsPlaneFit.hpp"
} //namespace Ponca

2 changes: 1 addition & 1 deletion tests/src/fit_plane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <Ponca/src/Fitting/basket.h>
#include <Ponca/src/Fitting/covariancePlaneFit.h>
#include <Ponca/src/Fitting/meanPlaneFit.h>
#include <Ponca/src/Fitting/RimlsPlaneFit.h>
#include <Ponca/src/Fitting/rimlsPlaneFit.h>
#include <Ponca/src/Fitting/weightFunc.h>
#include <Ponca/src/Fitting/weightKernel.h>

Expand Down

0 comments on commit 84f543e

Please sign in to comment.