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
7066e757
Commit
7066e757
authored
10 years ago
by
Yvonne Kuestermann
Browse files
Options
Downloads
Patches
Plain Diff
refactor cdo.h: moved nonstatic function declarations from cdo.h to util.h
parent
fcba93af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cdo.h
+0
-50
0 additions, 50 deletions
src/cdo.h
with
0 additions
and
50 deletions
src/cdo.h
+
0
−
50
View file @
7066e757
...
...
@@ -85,55 +85,5 @@ extern char **cdoVarnames;
int
cdo_omp_get_thread_num
(
void
);
void
cdiOpenError
(
int
cdiErrno
,
const
char
*
fmt
,
const
char
*
path
);
void
cdoAbort
(
const
char
*
fmt
,
...);
void
cdoWarning
(
const
char
*
fmt
,
...);
void
cdoPrint
(
const
char
*
fmt
,
...);
int
timer_new
(
const
char
*
text
);
void
timer_report
(
void
);
void
timer_start
(
int
it
);
void
timer_stop
(
int
it
);
double
timer_val
(
int
it
);
void
operatorInputArg
(
const
char
*
enter
);
int
operatorArgc
(
void
);
char
**
operatorArgv
(
void
);
void
operatorCheckArgc
(
int
numargs
);
const
argument_t
*
cdoStreamName
(
int
cnt
);
void
cdoInitialize
(
void
*
argument
);
void
cdoFinish
(
void
);
int
cdoStreamNumber
(
void
);
int
cdoStreamCnt
(
void
);
int
cdoOperatorAdd
(
const
char
*
name
,
int
func
,
int
intval
,
const
char
*
enter
);
int
cdoOperatorID
(
void
);
int
cdoOperatorF1
(
int
operID
);
int
cdoOperatorF2
(
int
operID
);
const
char
*
cdoOperatorName
(
int
operID
);
const
char
*
cdoOperatorEnter
(
int
operID
);
int
cdoFiletype
(
void
);
void
cdoInqHistory
(
int
fileID
);
void
cdoDefHistory
(
int
fileID
,
char
*
histstring
);
int
cdoDefineGrid
(
const
char
*
gridfile
);
int
cdoDefineZaxis
(
const
char
*
zaxisfile
);
int
vlistInqNWPV
(
int
vlistID
,
int
varID
);
int
vlistIsSzipped
(
int
vlistID
);
void
cdoGenFileSuffix
(
char
*
filesuffix
,
size_t
maxlen
,
int
filetype
,
int
vlistID
,
const
char
*
refname
);
void
writeNCgrid
(
const
char
*
gridfile
,
int
gridID
,
int
*
imask
);
void
defineZaxis
(
const
char
*
zaxisarg
);
void
cdiDefTableID
(
int
tableID
);
int
gridFromName
(
const
char
*
gridname
);
int
zaxisFromName
(
const
char
*
zaxisname
);
#endif
/* _CDO_H */
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