Skip to content
Snippets Groups Projects
Commit f62b2e64 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixing the "one commit to break them all".

[[Imported from SVN: r1391]]
parent c8ba717d
No related branches found
No related tags found
No related merge requests found
......@@ -25,20 +25,23 @@
#include <cstdlib>
#include <ctime>
typedef HPA::xreal XREAL;
//typedef double XREAL;
namespace Dune
{
template<>
struct DoubleConverter<HPA::xreal>
{
static double toDouble(const HPA::xreal& t)
{
return t._2double();
}
};
}
typedef double XREAL;
/*
typedef HPA::xreal XREAL;
namespace Dune
{
template<>
struct DoubleConverter<HPA::xreal>
{
static double toDouble(const HPA::xreal& t)
{
return t._2double();
}
};
}
*/
template<class M, class V>
void randomize(const M& mat, V& b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment