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
2e075f5c
Commit
2e075f5c
authored
Aug 29, 2007
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
ab58540a
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/cdo.tex
View file @
2e075f5c
...
...
@@ -46,21 +46,20 @@
%\typearea{10} % Einen sinnvollen Satzspiegel aktivieren
%\documentclass[DIV16,BCOR1cm,12pt,a4paper,fleqn]{scrreprt} % for pdf output
%\documentclass[DIV16,BCOR1cm,11pt,a4paper,twoside]{scrreprt} % for ps output
%\documentclass[a4paper,DIV14,BCOR1cm]{scrartcl}
%Usage:
%makeinfo cdo.tex
%makeinfo --html --no-split cdo.tex
%latex2html cdo.tex
%latex2html -split=3 cdo.tex
%texi2dvi --pdf cdo.tex
%texi2dvi cdo.tex
%dvips -o cdo.ps cdo.dvi
%dvips ps+pdf
%dvipdf
%pdflatex
%pdflatex cdo.tex
%pdflatex cdo.tex
%cat > cdo.ist << 'EOF'
%delim_0 "{\\idxdotfill} "
%headings_flag 1
%heading_prefix "{\\centerline {\\Large \\bf "
%heading_suffix "}}"
%EOF
%makeindex -s cdo.ist cdo.idx
%pdflatex cdo
%thumbpdf cdo
%pdflatex cdo
% To allow automatic selection of the right graphics type ...
...
...
src/Selbox.c
View file @
2e075f5c
...
...
@@ -2,7 +2,7 @@
This file is part of CDO. CDO is a collection of Operators to
manipulate and analyse Climate model Data.
Copyright (C) 2003-200
6
Uwe Schulzweida, schulzweida@dkrz.de
Copyright (C) 2003-200
7
Uwe Schulzweida, schulzweida@dkrz.de
See COPYING file for copying and redistribution conditions.
This program is free software; you can redistribute it and/or modify
...
...
@@ -226,7 +226,7 @@ static int gengrid(int gridID1, int lat1, int lat2, int lon11, int lon12, int lo
static
int
genlonlatgrid
(
int
gridID1
,
int
*
lat1
,
int
*
lat2
,
int
*
lon11
,
int
*
lon12
,
int
*
lon21
,
int
*
lon22
)
{
static
char
func
[]
=
"gen
index
grid"
;
static
char
func
[]
=
"gen
lonlat
grid"
;
int
nlon1
,
nlat1
;
int
gridtype
,
gridID2
;
double
*
xvals1
,
*
yvals1
;
...
...
@@ -308,6 +308,7 @@ static int genlonlatgrid(int gridID1, int *lat1, int *lat2, int *lon11, int *lon
return
(
gridID2
);
}
static
int
genindexgrid
(
int
gridID1
,
int
*
lat1
,
int
*
lat2
,
int
*
lon11
,
int
*
lon12
,
int
*
lon21
,
int
*
lon22
)
{
int
gridID2
;
...
...
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