#!/bin/bash
# This executes the FLim program

#Don't edit below this point
#java -cp $JCOMMON:$JFCHART:$REGRESSION:$IVHOME:. InstruView $IVHOME/
java -Xms128m -Xmx256m FLim
