Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
f49f6968
Commit
f49f6968
authored
Sep 18, 2015
by
Uwe Schulzweida
Browse files
code cleanup
parent
8acd16cd
Changes
190
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
f49f6968
...
...
@@ -478,6 +478,7 @@ src/Wct.c -text
src/Wind.c -text
src/Writegrid.c -text
src/Writerandom.c -text
src/XTimstat.c -text
src/YAR.c -text
src/Ydayarith.c -text
src/Ydaypctl.c -text
...
...
configure
View file @
f49f6968
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for cdo 1.7.0rc
8
.
# Generated by GNU Autoconf 2.68 for cdo 1.7.0rc
9
.
#
# Report bugs to <http://mpimet.mpg.de/cdo>.
#
...
...
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='cdo'
PACKAGE_TARNAME='cdo'
PACKAGE_VERSION='1.7.0rc
8
'
PACKAGE_STRING='cdo 1.7.0rc
8
'
PACKAGE_VERSION='1.7.0rc
9
'
PACKAGE_STRING='cdo 1.7.0rc
9
'
PACKAGE_BUGREPORT='http://mpimet.mpg.de/cdo'
PACKAGE_URL=''
...
...
@@ -1395,7 +1395,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures cdo 1.7.0rc
8
to adapt to many kinds of systems.
\`configure' configures cdo 1.7.0rc
9
to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -1465,7 +1465,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of cdo 1.7.0rc
8
:";;
short | recursive ) echo "Configuration of cdo 1.7.0rc
9
:";;
esac
cat <<\_ACEOF
...
...
@@ -1616,7 +1616,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
cdo configure 1.7.0rc
8
cdo configure 1.7.0rc
9
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
...
...
@@ -2209,7 +2209,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cdo $as_me 1.7.0rc
8
, which was
It was created by cdo $as_me 1.7.0rc
9
, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
...
...
@@ -3158,7 +3158,7 @@ fi
# Define the identity of the package.
PACKAGE='cdo'
VERSION='1.7.0rc
8
'
VERSION='1.7.0rc
9
'
cat >>confdefs.h <<_ACEOF
...
...
@@ -21814,7 +21814,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by cdo $as_me 1.7.0rc
8
, which was
This file was extended by cdo $as_me 1.7.0rc
9
, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -21880,7 +21880,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
cdo config.status 1.7.0rc
8
cdo config.status 1.7.0rc
9
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
...
...
configure.ac
View file @
f49f6968
...
...
@@ -4,7 +4,7 @@
# autoconf 2.68
# libtool 2.4.2
AC_INIT([cdo], [1.7.0rc
8
], [http://mpimet.mpg.de/cdo])
AC_INIT([cdo], [1.7.0rc
9
], [http://mpimet.mpg.de/cdo])
AC_DEFINE_UNQUOTED(CDO, ["$PACKAGE_VERSION"], [CDO version])
...
...
doc/tex/usage.tex
View file @
f49f6968
...
...
@@ -94,7 +94,7 @@ The following options are available for all operators:
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-s, -
\,
-silent
}
\>
Silent mode.
\\
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-t
$
<
$
partab
$
>
$}
\>
Set the default parameter table name or file (see chapter 1.6 on page
\pageref
{
PARAMETER
_
TABLE
}
).
\\
\>
Set the
GRIB1
default parameter table name or file (see chapter 1.6 on page
\pageref
{
PARAMETER
_
TABLE
}
).
\\
\>
Predefined tables are:
{
\tt
echam4 echam5 echam6 mpiom1 ecmwf remo
}
\\
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-V, -
\,
-version
}
\>
Print the version number.
\\
...
...
src/Adisit.c
View file @
f49f6968
...
...
@@ -380,5 +380,5 @@ void *Adisit(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Afterburner.c
View file @
f49f6968
...
...
@@ -2403,7 +2403,7 @@ void *Afterburner(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
#else
int
main
(
int
argc
,
char
*
argv
[])
...
...
src/Arith.c
View file @
f49f6968
...
...
@@ -340,5 +340,5 @@ void *Arith(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Arithc.c
View file @
f49f6968
...
...
@@ -154,5 +154,5 @@ void *Arithc(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Arithdays.c
View file @
f49f6968
...
...
@@ -169,5 +169,5 @@ void *Arithdays(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Arithlat.c
View file @
f49f6968
...
...
@@ -152,5 +152,5 @@ void *Arithlat(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/CDIread.c
View file @
f49f6968
...
...
@@ -194,5 +194,5 @@ void *CDIread(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/CDItest.c
View file @
f49f6968
...
...
@@ -134,5 +134,5 @@ void *CDItest(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/CDIwrite.c
View file @
f49f6968
...
...
@@ -304,5 +304,5 @@ void *CDIwrite(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Cat.c
View file @
f49f6968
...
...
@@ -170,5 +170,5 @@ void *Cat(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Change.c
View file @
f49f6968
...
...
@@ -335,5 +335,5 @@ void *Change(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Change_e5slm.c
View file @
f49f6968
...
...
@@ -190,5 +190,5 @@ void *Change_e5slm(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Cloudlayer.c
View file @
f49f6968
...
...
@@ -375,5 +375,5 @@ void *Cloudlayer(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Command.c
View file @
f49f6968
...
...
@@ -86,7 +86,7 @@ int valid_argument (char *caller, char *arg)
if
(
!
arg
||
!*
arg
)
{
fprintf
(
stderr
,
"%s: Argument required.
\n
"
,
caller
);
return
(
0
)
;
return
0
;
}
return
(
1
);
}
...
...
@@ -124,7 +124,7 @@ int com_help(char *arg)
if
(
printed
)
printf
(
"
\n
"
);
}
return
(
0
)
;
return
0
;
}
...
...
@@ -134,7 +134,7 @@ int com_list(char *arg)
if
(
!
arg
)
arg
=
""
;
return
(
0
)
;
return
0
;
}
/* The user wishes to quit using this program. Just set DONE non-zero. */
...
...
@@ -144,7 +144,7 @@ int com_quit(char *arg)
Done
=
1
;
return
(
0
)
;
return
0
;
}
...
...
@@ -191,7 +191,7 @@ int com_stat(char *arg)
}
}
return
(
0
)
;
return
0
;
}
...
...
@@ -199,7 +199,7 @@ int com_set(char *arg)
{
printf
(
"com_set: %s
\n
"
,
arg
);
return
(
0
)
;
return
0
;
}
...
...
@@ -219,7 +219,7 @@ int com_vars(char *arg)
varID
+
1
,
paramstr
,
all_vars
[
varID
].
name
,
all_vars
[
varID
].
longname
,
all_vars
[
varID
].
units
);
}
return
(
0
)
;
return
0
;
}
/* Look up NAME as the name of a command, and return a pointer to that
...
...
@@ -390,5 +390,5 @@ void *Command(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Comp.c
View file @
f49f6968
...
...
@@ -298,5 +298,5 @@ void *Comp(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
src/Compc.c
View file @
f49f6968
...
...
@@ -155,5 +155,5 @@ void *Compc(void *argument)
cdoFinish
();
return
(
0
)
;
return
0
;
}
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment