Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
mpim-sw
cdo
Commits
2528ceda
Commit
2528ceda
authored
3 months ago
by
Oliver Heidmann
Committed by
Uwe Schulzweida
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
added file type to debug message
parent
278bf75c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!299
Develop
,
!296
M300433/python interface merge cleanup1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/memoryStream.cc
+1
-1
1 addition, 1 deletion
src/memoryStream.cc
with
1 addition
and
1 deletion
src/memoryStream.cc
+
1
−
1
View file @
2528ceda
...
...
@@ -68,7 +68,7 @@ MemoryStream::open_write(int p_filetype)
set_compression
(
m_fileID
,
CDI_FILETYPE_NC4
);
m_filetype
=
CDI_FILETYPE_NC4
;
Debug
(
FILE_STREAM
,
"finished open_write
"
);
Debug
(
FILE_STREAM
,
"finished open_write
with filetype set to: %d"
,
inqFileType
()
);
return
m_fileID
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment