Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
1b943d13
Commit
1b943d13
authored
Nov 04, 2016
by
Uwe Schulzweida
Browse files
Merge branch 'develop' of git.mpimet.mpg.de:libcdi into develop
parents
33b254ad
f1463dc1
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_quick_ref.tex
View file @
1b943d13
...
...
@@ -162,15 +162,6 @@ Define the precision of a Grid.
Define the projection ID of a Grid.
\section*
{
\tt
\htmlref
{
gridDefProjType
}{
gridDefProjType
}}
\begin{verbatim}
void gridDefProjType (int gridID, int projtype);
\end{verbatim}
Define the projection type.
\section*
{
\tt
\htmlref
{
gridDefReference
}{
gridDefReference
}}
\begin{verbatim}
...
...
doc/tex/f_quick_ref.tex
View file @
1b943d13
...
...
@@ -164,15 +164,6 @@ Define the precision of a Grid.
Define the projection ID of a Grid.
\section*
{
\tt
\htmlref
{
gridDefProjType
}{
gridDefProjType
}}
\begin{verbatim}
SUBROUTINE gridDefProjType (INTEGER gridID, INTEGER projtype)
\end{verbatim}
Define the projection type.
\section*
{
\tt
\htmlref
{
gridDefReference
}{
gridDefReference
}}
\begin{verbatim}
...
...
src/cdi.h
View file @
1b943d13
...
...
@@ -752,9 +752,6 @@ void gridDefProj(int gridID, int projID);
/* gridInqProj: Get the projection ID of a Grid */
int
gridInqProj
(
int
gridID
);
/* gridDefProjType: Define the projection type */
void
gridDefProjType
(
int
gridID
,
int
projtype
);
/* gridInqProjType: Get the projection type */
int
gridInqProjType
(
int
gridID
);
...
...
src/cdi.inc
View file @
1b943d13
...
...
@@ -4,7 +4,7 @@
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Sept
ember
2016
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Nov
ember
2016
!
INTEGER
CDI_MAX_NAME
...
...
@@ -1521,11 +1521,6 @@
!
(
INTEGER
gridID
)
EXTERNAL
gridInqProj
!
gridDefProjType
!
(
INTEGER
gridID
,
!
INTEGER
projtype
)
EXTERNAL
gridDefProjType
INTEGER
gridInqProjType
!
(
INTEGER
gridID
)
EXTERNAL
gridInqProjType
...
...
src/cdiFortran.c
View file @
1b943d13
...
...
@@ -314,7 +314,6 @@ FCALLSCSUB1 (gridDestroy, GRIDDESTROY, griddestroy, INT)
FCALLSCFUN1
(
INT
,
gridDuplicate
,
GRIDDUPLICATE
,
gridduplicate
,
INT
)
FCALLSCSUB2
(
gridDefProj
,
GRIDDEFPROJ
,
griddefproj
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
gridInqProj
,
GRIDINQPROJ
,
gridinqproj
,
INT
)
FCALLSCSUB2
(
gridDefProjType
,
GRIDDEFPROJTYPE
,
griddefprojtype
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
gridInqProjType
,
GRIDINQPROJTYPE
,
gridinqprojtype
,
INT
)
FCALLSCFUN1
(
INT
,
gridInqType
,
GRIDINQTYPE
,
gridinqtype
,
INT
)
FCALLSCFUN1
(
INT
,
gridInqSize
,
GRIDINQSIZE
,
gridinqsize
,
INT
)
...
...
Write
Preview
Supports
Markdown
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