Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDC
cats
Compare revisions
aa7aa903fb92510a6b7eb860b5090fc1ca653d77 to ccc652c70884c551945531328774105c22158eba
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
bdc/cats
Select target project
No results found
ccc652c70884c551945531328774105c22158eba
Select Git revision
Branches
development
main
refactor-libraries
Tags
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
8 results
Swap
Target
bdc/cats
Select target project
bdc/cats
1 result
aa7aa903fb92510a6b7eb860b5090fc1ca653d77
Select Git revision
Branches
development
main
refactor-libraries
Tags
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
reintroduce change that was accidentally included in copyright notice update
· f650a890
Andreas Gattringer
authored
1 year ago
f650a890
fix interpolation in last year
· ccc652c7
Andreas Gattringer
authored
1 year ago
ccc652c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cats/environment/load_environment.c
+1
-1
1 addition, 1 deletion
src/cats/environment/load_environment.c
with
1 addition
and
1 deletion
src/cats/environment/load_environment.c
View file @
ccc652c7
...
...
@@ -146,7 +146,7 @@ load_environment_if_needed(struct cats_configuration *conf, struct cats_environm
"%s: loading interpolated %s %s for year %d (interpolated between %d and %d)"
,
short_name
,
name
,
environment
->
pattern
,
time
,
start
,
end
);
load_environment_interpolated
(
conf
,
environment
,
start
,
end
,
time
);
}
}
...
...
This diff is collapsed.
Click to expand it.