//**************************************************************
//
// CS 240B : Winter 2003 Ohio University Travis Dillon
// Project 4.2 : template dynamic matrix class
// file : prog4b.h
// started : 02-24-03
//
//**************************************************************
#ifndef PROG4B_H
#define PROG4B_H
#include <iostream>
#include <iomanip>
#include <string>
#include <fstream>
using namespace std;
#endif //PROG4B_H