#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions        # Tutorial run functions
#------------------------------------------------------------------------------

./Allrun.pre

runApplication $(getApplication)

postProcess -func samplePinnerWall1
postProcess -func samplePouterWall1

postProcess -func samplePinnerWall2
postProcess -func samplePouterWall2

postProcess -func samplePinnerWall3
postProcess -func samplePouterWall3

postProcess -func samplePinnerWall4
postProcess -func samplePouterWall4

#------------------------------------------------------------------------------
