#!/bin/csh -f
echo "Content-type: application/x-matlab"
echo ""

source build-opt-env

if ($SUBSELS) then
  ${OPTHOME}/bin/makemat "$OBJECT($SUBSELS)"
else 
  ${OPTHOME}/bin/makemat "$OBJECT"
endif
