mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024975: Improve of preprocessor directives in header files to be equal to the file name
Preprocessor directives were changed or created by function "check_headers" from script adm/upgrade.tcl (CR24816)
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef Convert_CosAndSinEvalFunction_HeaderFile
|
||||
#define Convert_CosAndSinEvalFunction_HeaderFile
|
||||
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
|
||||
#ifndef _Convert_CosAnSinEvalFunction_HeaderFile
|
||||
#define _Convert_CosAnSinEvalFunction_HeaderFile
|
||||
|
||||
typedef void Convert_CosAndSinEvalFunction(Standard_Real,
|
||||
const Standard_Integer,
|
||||
const TColgp_Array1OfPnt2d&,
|
||||
|
@@ -14,12 +14,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef Convert_PolynomialCosAndSin_HeaderFile
|
||||
#define Convert_PolynomialCosAndSin_HeaderFile
|
||||
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TColStd_HArray1OfInteger.hxx>
|
||||
|
||||
#ifndef _Convert_PolynomialCosAnSin_HeaderFile
|
||||
#define _Convert_PolynomialCosAnSin_HeaderFile
|
||||
|
||||
void BuildPolynomialCosAndSin
|
||||
(const Standard_Real,
|
||||
const Standard_Real,
|
||||
|
Reference in New Issue
Block a user