#!/bin/csh -f

if ( ! -e triangle.out ) then
   echo File \"triangle.out\" not found.
   exit 1
endif

./TestTriangle

