Skip to content
Snippets Groups Projects
Commit 8b7ed7b0 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Cleanup

parent 38ce720a
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,12 @@
#include "config.h"
#endif
#include <dune/common/exceptions.hh>
#include "samplefunctional.hh"
#include <cassert>
DEFUN_DLD(duneminimise, args, nargout, "the help string") {
assert(args.length() == 1);
ColumnVector current(args(0).matrix_value());
// FIXME: We're only working with dimension two for now
assert(current.length() == 2);
......@@ -48,7 +47,3 @@ DEFUN_DLD(duneminimise, args, nargout, "the help string") {
return octave_value(foo);
}
// Compile using:
// mkoctfile duneoctave.cc -I$HOME/dune-git-svn/dune-fufem
// -I$HOME/dune-git-svn/dune-tnnmg -ldunecommon && octave --eval duneoctave
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