File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/metkit/mars2grib/backend/concepts/reference-time Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ constexpr bool referenceTimeApplicable() {
110110
111111 // Compile time conditions to apply this concept
112112 bool condition1 = (Variant == ReferenceTimeType::Standard || Variant == ReferenceTimeType::Reforecast) &&
113- (Stage == StagePreset ) && (Section == SecIdentificationSection);
113+ (Stage == StageRuntime ) && (Section == SecIdentificationSection);
114114
115- bool condition2 = (Variant == ReferenceTimeType::Reforecast) && (Stage == StagePreset ) &&
115+ bool condition2 = (Variant == ReferenceTimeType::Reforecast) && (Stage == StageRuntime ) &&
116116 (Section == SecProductDefinitionSection);
117117
118118 // Confitions to apply concept
You can’t perform that action at this time.
0 commit comments