mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024048: "Basic Runtime Checks" option of VS projects should be equal to "RTC1"
tolreached initialized (src\ChFi3d\ChFi3d_Builder_6.cxx); LocalTransition initialized in deb case (src\HatchGen\HatchGen_Hatcher.gxx); vprev initialized (src\Blend\Blend_Walking_3.gxx); uprev initialized (src\BRepBlend\BRepBlend_SurfRstLineBuilder.cxx); lxp initialized (src\Interface\Interface_FloatWriter.cxx) pBuff initialized (src\OSD\OSD_Process.cxx) aPrefix initialized (src\RWStepBasic\RWStepBasic_RWSiUnitAndPlaneAngleUnit.cxx) ier initialized AdvApp2Var/AdvApp2Var_ApproxF2var.cxx FacRevolInfini initialized BRepFeat_MakePrism.cxx default action of "switch" returned nombre mas of chars was expanded to 1024 (had been 20). this expansion helps avoiding the error of conversion a float number to mas of chars: the size of mas is enough for converting float number now. Changed status (todo ?) of tests: de step_5 A6 B3, de iges_3 A9
This commit is contained in:
@@ -84,7 +84,7 @@ void RWStepBasic_RWSiUnit::ReadStep(const Handle(StepData_StepReaderData)& data,
|
||||
data->CheckDerived(num,1,"dimensions",ach,Standard_False);
|
||||
|
||||
// --- own field : prefix ---
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,2)) {
|
||||
if (data->ParamType(num,2) == Interface_ParamEnum) {
|
||||
|
@@ -60,7 +60,7 @@ void RWStepBasic_RWSiUnitAndLengthUnit::ReadStep(const Handle(StepData_StepReade
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
@@ -69,7 +69,7 @@ void RWStepBasic_RWSiUnitAndMassUnit::ReadStep(const Handle(StepData_StepReaderD
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
@@ -53,7 +53,7 @@ void RWStepBasic_RWSiUnitAndPlaneAngleUnit::ReadStep(const Handle(StepData_StepR
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa; // by default
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
@@ -49,7 +49,7 @@ void RWStepBasic_RWSiUnitAndSolidAngleUnit::ReadStep (const Handle(StepData_Step
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
@@ -61,7 +61,7 @@ void RWStepBasic_RWSiUnitAndThermodynamicTemperatureUnit::ReadStep
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
@@ -60,7 +60,7 @@ void RWStepBasic_RWSiUnitAndTimeUnit::ReadStep (const Handle(StepData_StepReader
|
||||
|
||||
// --- field : prefix ---
|
||||
RWStepBasic_RWSiUnit reader;
|
||||
StepBasic_SiPrefix aPrefix;
|
||||
StepBasic_SiPrefix aPrefix = StepBasic_spExa;
|
||||
Standard_Boolean hasAprefix = Standard_False;
|
||||
if (data->IsParamDefined(num,1)) {
|
||||
if (data->ParamType(num,1) == Interface_ParamEnum) {
|
||||
|
Reference in New Issue
Block a user