X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM%2FGEOM_Field.cxx;h=6ce7ed4b40decfd4063597aff6259ee3bc688102;hb=14e1a694c4cf249fe205a39c099482bc5b28a6e5;hp=7d77da1f3d52e0bf893451d690a95c832b933a99;hpb=4b84d5ef39e8bc3247c4d4fa9e1fddfac2431254;p=modules%2Fgeom.git diff --git a/src/GEOM/GEOM_Field.cxx b/src/GEOM/GEOM_Field.cxx index 7d77da1f3..6ce7ed4b4 100644 --- a/src/GEOM/GEOM_Field.cxx +++ b/src/GEOM/GEOM_Field.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -46,7 +46,7 @@ namespace { //================================================================================ /*! - * \brief Returns a funtion with a given type OR the 1st function + * \brief Returns a function with a given type OR the 1st function */ //================================================================================ @@ -101,7 +101,7 @@ void GEOM_Field::Init(const Handle(GEOM_Object)& theShape, { Handle(GEOM_Function) fun = GetFunction(1); if ( !fun.IsNull() ) - Standard_MultiplyDefined::Raise( "Reinitialization of GEOM_Field is forbiden" ); + Standard_MultiplyDefined::Raise( "Reinitialization of GEOM_Field is forbidden" ); fun = AddFunction( GetFieldID(), FUN_ADD_FIELD ); GEOM_IField data( fun ); @@ -498,7 +498,7 @@ void GEOM_FieldStep::Init(const Handle(GEOM_Field)& theField, { Handle(GEOM_Function) fun = GetFunction(1); if ( !fun.IsNull() ) - Standard_MultiplyDefined::Raise( "Reinitialization of GEOM_FieldStep is forbiden" ); + Standard_MultiplyDefined::Raise( "Reinitialization of GEOM_FieldStep is forbidden" ); fun = AddFunction( GEOM_Field::GetFieldID(), GEOM_Field::FUN_ADD_STEP ); GEOM_IField data( fun ); @@ -756,5 +756,5 @@ const Standard_GUID& GEOM_FieldStep::GetDataID() return TDataStd_ExtStringArray::GetID(); } -OCCT_IMPLEMENT_STANDARD_RTTIEXT(GEOM_Field, GEOM_BaseObject ); -OCCT_IMPLEMENT_STANDARD_RTTIEXT(GEOM_FieldStep, GEOM_BaseObject ); +IMPLEMENT_STANDARD_RTTIEXT(GEOM_Field, GEOM_BaseObject ) +IMPLEMENT_STANDARD_RTTIEXT(GEOM_FieldStep, GEOM_BaseObject )