#! /bin/bash
#
octave fem1d_function_10_display_test.m > fem1d_function_10_display_test.txt
if [ $? -ne 0 ]; then
  echo "Run error."
  exit
fi
#
echo "Normal end of execution."
