Ignore:
Timestamp:
Jun 13, 2008, 2:26:50 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
1f9f1b
Parents:
3f0c46
Message:

some mor changes to fine-tune the cluster generation.

Sadly, VolumeOfConvexEnvelope() is not robust/stable, with Ratio1.4-1/1800K/compundH.*.xyz no usable convex envelope was found but points were connected right through the cluster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/src/CalculateMass.sh

    r3f0c46 r0779a9  
    1010else
    1111        XYZ="$1"
     12        if [ ! -e $XYZ ]; then
     13                echo "The xyz file $XYZ does not exist!"
     14                exit 1
     15        fi     
    1216fi
     17
     18# check for db presence
     19if [ ! -e $ELEMENTSDB ]; then
     20        echo "The database file $ELEMENTSDB does not exist!"
     21        exit 1
     22fi     
    1323
    1424elements=(`grep -v ^# ${ELEMENTSDB} | awk -F" " {'print $2'}`)
Note: See TracChangeset for help on using the changeset viewer.