Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
5e7e76ac
Commit
5e7e76ac
authored
Mar 20, 2020
by
Uwe Schulzweida
Browse files
Renamed defVarList to defDatarangeList.
parent
177a04a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cdoStream.cc
View file @
5e7e76ac
...
...
@@ -62,7 +62,7 @@ CdoStream::getVlistID()
}
void
CdoStream
::
def
Var
List
(
int
p_vlistID
)
CdoStream
::
def
Datarange
List
(
int
p_vlistID
)
{
auto
filetype
=
m_filetype
;
...
...
src/cdoStream.h
View file @
5e7e76ac
...
...
@@ -95,7 +95,7 @@ public:
protected:
CdoStream
();
virtual
~
CdoStream
()
=
0
;
void
def
Var
List
(
int
p_vlistID
);
void
def
Datarange
List
(
int
p_vlistID
);
private:
};
...
...
src/fileStream.cc
View file @
5e7e76ac
...
...
@@ -152,7 +152,7 @@ FileStream::defVlist(int p_vlistID)
if
(
Threading
::
ompNumThreads
>
1
)
cdiDefAttInt
(
p_vlistID
,
CDI_GLOBAL
,
"cdo_openmp_thread_number"
,
CDI_DATATYPE_INT32
,
1
,
&
Threading
::
ompNumThreads
);
#endif
def
Var
List
(
p_vlistID
);
def
Datarange
List
(
p_vlistID
);
if
(
FileStream
::
timersEnabled
())
timer_start
(
timer_write
);
streamDefVlistLocked
(
m_fileID
,
p_vlistID
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment