IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Merge requests
!394
Add tracking of particle times to observation plane writer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add tracking of particle times to observation plane writer
track_times_on_obsplane
into
master
Overview
4
Commits
3
Pipelines
14
Changes
1
Merged
Jean-Marco Alameddine
requested to merge
track_times_on_obsplane
into
master
3 years ago
Overview
4
Commits
3
Pipelines
14
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ab9b0d4c
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ab9b0d4c
adapt testWriterObservationPlane.cpp
· ab9b0d4c
Jean-Marco Alameddine
authored
3 years ago
tests/output/testWriterObservationPlane.cpp
+
1
−
1
Options
@@ -22,7 +22,7 @@ struct TestWriterPlane : public ObservationPlaneWriterParquet {
YAML
::
Node
getConfig
()
const
{
return
YAML
::
Node
();
}
void
checkWrite
()
{
ObservationPlaneWriterParquet
::
write
(
Code
::
Unknown
,
1
_eV
,
2
_m
,
3
_m
);
ObservationPlaneWriterParquet
::
write
(
Code
::
Unknown
,
1
_eV
,
2
_m
,
3
_m
,
4
_ns
);
}
};
Loading