~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to raster/r.param.scale/param.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 */
6
6
 
7
7
/*****************************************************************************/
8
 
 
9
8
/***                                                                       ***/
10
 
 
11
9
/***                                param()                                ***/
12
 
 
13
10
/***     Returns a terrain parameter based on the 6 quadratic coefficents  ***/
14
 
 
15
11
/***     that define a local trend surface.                                ***/
16
 
 
17
12
/***     Jo Wood, Department of Geography, V2.0 15th December, 1994        ***/
18
 
 
19
13
/***                                                                       ***/
20
 
 
21
14
/*****************************************************************************/
22
15
 
23
16
#include "param.h"