#!/bin/csh
if (-e $1) then
	java FindQRC $*
else
	echo This class reads a minimisation file produced via FreqQRC and
	echo writes out a QRC in filename.qrc
	echo
	echo If given two arguments, it is assumed that the second is an .fdt
	echo file from FreqQRC, and this should be used for the first structure
	echo and energy in the sequence
	echo
endif

