ball03.exe    console Input/Output
ball03_f.exe  Input  - a file named ball03_?.dat with a character instead ?
              Output - a file named ball03_?.txt

The input data structure in both case are the same.
Lines beginning with a blank character followed by 9 different digits 
in the format I2 (space digit space digit ...) The digit can 1,2 or 3
corresponding to the 3 different types of layers.

The output data structure is again the same for both programs.
A line reproducing the input data
four blocks named Sort 1, ...Sort 4 corresponding to 4 positions 
of center of globular ensembles.
The first  4 from the discussed 5 cases can be calculated in the following way:
with the input
 010201020102010201
the 4 blocks gives us the first 4 situations

For Sort1 the first radius is ambigous defined, omit it!

The structure of the sort block
The block have two tables
The first contains:
- number of order of a closed shell
- the radius of that shell
- the number of balls added by the last shell
- the total number of balls closing this shell
- the density defined as 
	 the total number of balls
       -----------------------------
        (radius of the last shell)^3

The second block. I forget exactly how works. It calculates the number 
of pairwise ball contacts, as an alternate criterion for "magic numbers"

Started the console oriented program don't ask anything, expects a line 
of input data and then an <ENTER>

The file oriented asks for the file identifier character (that in the place
of the ?)
This program stop with a dramatical message, but works.







