#!/bin/bash
echo -e "\e[1;31m|------------------------------------------|\e[0m"
echo -e "\e[1;31m| building disper.oct . . .                |\e[0m"
mkoctfile rwv.f wrapper.cpp -o disper.oct
echo -e "\e[1;31m| DONE  disper.oct compiled                |\e[0m"
echo -e "\e[1;31m| Now disper.oct is available for other    |\e[0m"
echo -e "\e[1;31m| Octave Programs.                         |\e[0m"
echo -e "\e[1;31m|                                          |\e[0m"
echo -e "\e[1;31m| Programs that require disper.oct include:|\e[0m"
echo -e "\e[1;31m| FwdR1.m              invR1.m             |\e[0m"
echo -e "\e[1;31m| moho.m               mastercurve.m       |\e[0m"
echo -e "\e[1;31m| rayleigh.m                               |\e[0m"
echo -e "\e[1;31m|                                          |\e[0m"
echo -e "\e[1;31m|------------------------------------------|\e[0m"

