Changeset 1758

Show
Ignore:
Timestamp:
01/20/10 19:51:08 (2 years ago)
Author:
andreas
Message:

bugfix in mrc new style export

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/qt_gui/src/io/lib/io_mrc.cc

    r1756 r1758  
    443443  out.write(dummy,48); 
    444444  out << header.ox << header.oy << header.oz; 
    445   out.write("MAP",4); 
     445  out.write("MAP ",4); 
    446446  char machst[4]={0x44,0x41,0x00,0x00};// little endian 
    447447  if(CONVERSIONTYPE==IPLT_VAX_DATA){