~ubuntu-branches/ubuntu/utopic/clipper/utopic

« back to all changes in this revision

Viewing changes to debian/patches/examples.patch

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2010-11-22 11:11:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122111153-dotvmo302k1ns9h2
Tags: 2.1+20100511-0ubuntu1
* New upstream version
* Use source package format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- clipper.orig/examples/cphasematch.cpp
2
 
+++ clipper/examples/cphasematch.cpp
3
 
@@ -1,6 +1,7 @@
4
 
 // Clipper app to match origins and calculate phase statistics
5
 
 /* Copyright 2003-2004 Kevin Cowtan & University of York all rights reserved */
6
 
 
7
 
+#include <cstdio>
8
 
 #include <clipper/clipper.h>
9
 
 #include <clipper/clipper-contrib.h>
10
 
 #include <clipper/clipper-ccp4.h>
11
 
--- clipper.orig/examples/csfcalc.cpp
12
 
+++ clipper/examples/csfcalc.cpp
13
 
@@ -1,6 +1,7 @@
14
 
 // Clipper app to perform structure factor calculation
15
 
 /* Copyright 2003-2004 Kevin Cowtan & University of York all rights reserved */
16
 
 
17
 
+#include <cstdio>
18
 
 #include <clipper/clipper.h>
19
 
 #include <clipper/clipper-contrib.h>
20
 
 #include <clipper/clipper-ccp4.h>
21
 
--- clipper.orig/examples/csigmaa.cpp
22
 
+++ clipper/examples/csigmaa.cpp
23
 
@@ -1,6 +1,7 @@
24
 
 // Clipper app to do sigmaa calc
25
 
 /* Copyright 2003-2004 Kevin Cowtan & University of York all rights reserved */
26
 
 
27
 
+#include <cstdio>
28
 
 #include <clipper/clipper.h>
29
 
 #include <clipper/clipper-contrib.h>
30
 
 #include <clipper/clipper-ccp4.h>