~ubuntu-branches/ubuntu/trusty/xosview/trusty

« back to all changes in this revision

Viewing changes to fieldmeterdecay.cc

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-04-23 21:56:29 UTC
  • mfrom: (6.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120423215629-7fwcsel5mlxdhsuk
* debian/control:
  + ok. Drop hurd-i386 as of now, until we really fix it at upstream.
* debian/patches:
  + Refreshed patch to fix FTBFS on s390/s390x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <iostream>
28
28
#include <fstream>
29
29
#include <math.h>               //  For fabs()
30
 
#include "general.h"
31
30
#include "fieldmeter.h"
32
31
#include "fieldmeterdecay.h"
33
32
#include "xosview.h"