#! /bin/sh

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

php exptypemap.php BdryExport Temperature

mkdir -p ../../../export/boundary/temperature

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

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

