FDMSWAPB

Used to swap the bytes of a FDM file (2D or 3D) so that it can be used on another type (little or bigended) of machine.

fdmswapb < filein.fdm type=** > fileout.fdm

 

type=2 : input and output are 2D fdm files

type=3 : input and output are 3D fdm files

NOT COMPLETED

 

Example :

1. fdmswapb < filein.fdm type=3 > fileout.fdm

This example swaps the bytes of a 3D FDM file

 

 

See also :

 

 

Return to Main Index