mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0033766: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -196,7 +196,7 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor3d_
|
||||
std::cout<<"initialization time = "<<t_init<<std::endl;
|
||||
std::cout<<"approximation time = "<<t_approx<<std::endl;
|
||||
std::cout<<"total time for uparam computation = "<<t_uparam<<std::endl;
|
||||
std::cout<<"number uparam calles = "<<uparam_count<<std::endl;
|
||||
std::cout<<"number uparam calls = "<<uparam_count<<std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -357,7 +357,7 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor2d_
|
||||
std::cout<<"initialization time = "<<t_init<<std::endl;
|
||||
std::cout<<"approximation time = "<<t_approx<<std::endl;
|
||||
std::cout<<"total time for uparam computation = "<<t_uparam<<std::endl;
|
||||
std::cout<<"number uparam calles = "<<uparam_count<<std::endl;
|
||||
std::cout<<"number uparam calls = "<<uparam_count<<std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -530,7 +530,7 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor2d_
|
||||
std::cout<<"initialization time = "<<t_init<<std::endl;
|
||||
std::cout<<"approximation time = "<<t_approx<<std::endl;
|
||||
std::cout<<"total time for uparam computation = "<<t_uparam<<std::endl;
|
||||
std::cout<<"number uparam calles = "<<uparam_count<<std::endl;
|
||||
std::cout<<"number uparam calls = "<<uparam_count<<std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -128,7 +128,7 @@ void Approx_SweepApproximation::Perform(const Standard_Real First,
|
||||
if (Num2DSS == 0) {TwoDTol.Nullify();}
|
||||
else {
|
||||
// for 2d define affinity using resolutions, to
|
||||
// avoid homogenuous tolerance of approximation (u/v and 2d/3d)
|
||||
// avoid homogeneous tolerance of approximation (u/v and 2d/3d)
|
||||
Standard_Real res, tolu, tolv;
|
||||
TwoDTol = new (TColStd_HArray1OfReal) (1, Num2DSS);
|
||||
AAffin = new (Approx_HArray1OfGTrsf2d) (1, Num2DSS);
|
||||
|
Reference in New Issue
Block a user