Changeset 1758
- Timestamp:
- 01/20/10 19:51:08 (2 years ago)
- Files:
-
- branches/qt_gui/src/io/lib/io_mrc.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/qt_gui/src/io/lib/io_mrc.cc
r1756 r1758 443 443 out.write(dummy,48); 444 444 out << header.ox << header.oy << header.oz; 445 out.write("MAP ",4);445 out.write("MAP ",4); 446 446 char machst[4]={0x44,0x41,0x00,0x00};// little endian 447 447 if(CONVERSIONTYPE==IPLT_VAX_DATA){
