~ubuntu-branches/ubuntu/precise/xmountains/precise

« back to all changes in this revision

Viewing changes to calcalt.c

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-02-12 14:13:01 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110212141301-j75cvd9evrt54fuu
Tags: 2.9-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <math.h>
22
22
#include "crinkle.h"
23
23
 
24
 
char calcalt_Id[] = "$Id: calcalt.c,v 2.18 2009/08/28 09:09:17 spb Exp spb $";
 
24
char calcalt_Id[] = "$Id: calcalt.c,v 2.18 2009/08/28 09:09:17 spb Exp $";
25
25
 
26
26
#ifdef DEBUG
27
27
#define DB(A,B) dump_pipeline(A,B)