opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
libopynsim
solvers
model_warper
scaling_step_validation_state.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
opyn
4
{
5
// The state of a validation check performed by a `ScalingStep`.
6
enum class
ScalingStepValidationState
{
7
Warning
,
8
Error
,
9
};
10
}
opyn
Definition
component_registry.h:14
opyn::ScalingStepValidationState
ScalingStepValidationState
Definition
scaling_step_validation_state.h:6
opyn::ScalingStepValidationState::Warning
@ Warning
opyn::ScalingStepValidationState::Error
@ Error
Generated by
1.9.8