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

« back to all changes in this revision

Viewing changes to examples/cinvfft.cpp

  • 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:
53
53
 
54
54
  // open file
55
55
  mtzin.open_read( ipfile );
56
 
  if ( opcol[0] != '/' ) opcol = mtzin.column_paths().back().notail()+"/"+opcol;
 
56
  if ( opcol[0] != '/' ) opcol = mtzin.assigned_paths().back().notail()+"/"+opcol;
57
57
  mtzin.import_hkl_info( hkls );
58
58
  mtzin.import_crystal( cxtl, opcol );
59
59
  clipper::HKL_data<clipper::data32::F_phi> fphi( hkls, cxtl );