1
// Copyright (C) 2003-2006 Johan Hoffman and Anders Logg.
2
// Licensed under the GNU LGPL Version 2.1.
4
// First added: 2003-07-15
5
// Last changed: 2005-05-07
7
#ifndef __OCTAVE_FILE_H
8
#define __OCTAVE_FILE_H
10
#include <dolfin/constants.h>
11
#include <dolfin/Matrix.h>
12
#include <dolfin/MFile.h>
17
class OctaveFile : public MFile
21
OctaveFile(const std::string filename);
28
void operator<< (Matrix& A);