#! /bin/csh
#
# Shell script to compile OYSTER IDL v4 and v5 code
#
# Compile V4 code
idl c
# Start IDL and run cv5gdl, which executes the converter v5gdl
##idl cv5gdl
idl ../v5/cv5gdl
# Compile V5 code, leaving the V5 compatible code for the OYSTER startup
##idl cv5
idl ../v5/cv5
