#!/bin/sh
./pecos_ifft_g
if test $? -ne 0; then
    echo
    echo "Error running pecos_ifft_g" 1>&2
    echo
    exit 1
fi

