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

« back to all changes in this revision

Viewing changes to src/Detrend.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:
25
25
#  include <omp.h>
26
26
#endif
27
27
 
28
 
#include "cdi.h"
 
28
#include <cdi.h>
29
29
#include "cdo.h"
30
30
#include "cdo_int.h"
31
31
#include "pstream.h"
68
68
 
69
69
void *Detrend(void *argument)
70
70
{
71
 
  static char func[] = "Detrend";
 
71
  static const char *func = "Detrend";
72
72
  int ompthID;
73
73
  int gridsize;
74
74
  int nrecs;