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

« back to all changes in this revision

Viewing changes to src/Enlargegrid.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
*/
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"
29
29
 
30
30
static void gen_index(int gridID1, int gridID2, int *index)
31
31
{
32
 
  static char func[] = "gen_index";
 
32
  static const char *func = "gen_index";
33
33
  int nlat1, nlon1;
34
34
  int nlat2, nlon2;
35
35
  int gridtype1, gridtype2;
150
150
 
151
151
void *Enlargegrid(void *argument)
152
152
{
153
 
  static char func[] = "Enlargegrid";
 
153
  static const char *func = "Enlargegrid";
154
154
  int varID;
155
155
  int nrecs = 0;
156
156
  int tsID, recID, levelID;