~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/celeste/PGMImage.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
using namespace std; 
32
32
 
 
33
namespace celeste
 
34
{
33
35
// read PGM image from file
34
36
int PGMImage::Read( char* file )
35
37
{
364
366
    Write( filename );
365
367
}
366
368
 
367
 
 
 
369
}; // namespace
 
 
b'\\ No newline at end of file'