Skip to content
Snippets Groups Projects
Commit 55ee5a73 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Removing src/mmatrix.h.

parent 82c01d09
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
<name>tnl</name>
<comment></comment>
<projects>
<project>geom-flow</project>
<project>image-flow</project>
</projects>
<buildSpec>
<buildCommand>
......
/usr/share/automake-1.9/COPYING
\ No newline at end of file
/usr/share/automake-1.11/COPYING
\ No newline at end of file
/usr/share/automake-1.9/INSTALL
\ No newline at end of file
/usr/share/automake-1.11/INSTALL
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
/usr/share/automake-1.9/config.guess
\ No newline at end of file
/usr/share/automake-1.11/config.guess
\ No newline at end of file
......@@ -72,6 +72,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
......@@ -87,6 +91,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
......
/usr/share/automake-1.9/config.sub
\ No newline at end of file
/usr/share/automake-1.11/config.sub
\ No newline at end of file
This diff is collapsed.
/usr/share/automake-1.9/depcomp
\ No newline at end of file
/usr/share/automake-1.11/depcomp
\ No newline at end of file
/usr/share/automake-1.9/install-sh
\ No newline at end of file
/usr/share/automake-1.11/install-sh
\ No newline at end of file
prefix=/home/oberhuber/local
/usr/share/libtool/ltmain.sh
\ No newline at end of file
/usr/share/libtool/config/ltmain.sh
\ No newline at end of file
/usr/share/automake-1.9/missing
\ No newline at end of file
/usr/share/automake-1.11/missing
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -7,7 +7,6 @@
#endif
headers = \
mdiff.h \
mdiff-debug.h \
drawGrid1D.h \
drawGrid2D.h \
......
This diff is collapsed.
/***************************************************************************
mdiff.h - description
-------------------
begin : 2007/06/17
copyright : (C) 2007 by Tomas Oberhuber
email : oberhuber@seznam.cz
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef mdiffH
#define mdiffH
//#include "mdiff-config.h"
#include "drawGrid1D.h"
#include "drawGrid2D.h"
#include "drawGrid3D.h"
#include "mExplicitSolver.h"
#include "mGrid1D.h"
#include "mGrid2D.h"
#include "mGrid3D.h"
#include "mGridSystem1D.h"
#include "mEulerSolver.h"
#include "mMersonSolver.h"
#include "mMPIMesh2D.h"
#include "mMPIMesh3D.h"
#include "mNonlinearRungeKuttaSolver.h"
#include "curve-ident.h"
#include "norms.h"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment