~javier-lopez/ubuntu/quantal/cdo/sru-1023329

« back to all changes in this revision

Viewing changes to src/Mrotuvb.c

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2010-09-22 15:58:09 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922155809-u1d3vlmlqj02uxjt
Tags: 1.4.6.dfsg.1-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
      Mrotuvb     mrotuvb          Backward rotation for MPIOM data
22
22
*/
23
23
 
24
 
#include "cdi.h"
 
24
#include <cdi.h>
25
25
#include "cdo.h"
26
26
#include "cdo_int.h"
27
27
#include "pstream.h"
155
155
void uv_to_p_grid(int nlon, int nlat, double *grid1x, double *grid1y, 
156
156
                  double *grid2x, double *grid2y, double *grid3x, double *grid3y)
157
157
{
158
 
  static char func[] = "uv_to_p_grid";
 
158
  static const char *func = "uv_to_p_grid";
159
159
  int gridsizex;
160
160
  int i, j;
161
161
  double gx, gy;
261
261
 
262
262
void *Mrotuvb(void *argument)
263
263
{
264
 
  static char func[] = "Mrotuvb";
 
264
  static const char *func = "Mrotuvb";
265
265
  int streamID1, streamID2, streamID3;
266
266
  int nrecs, nrecs2;
267
267
  int tsID, recID, levelID;