#! /bin/sh

for i in `ls *.xml`
do
   php genexp.php $i
done

php exptypemap.php BdryExport Convection

mkdir -p ../../../export/boundary/convection

rm -f ../../../export/boundary/convection/*.cpp ../../../export/boundary/convection/*.h ../../../export/boundary/convection/*.hpp

mv *.cpp *.h *.hpp ../../../export/boundary/convection

