Skip to content
Snippets Groups Projects
Commit 2f08266e authored by Mark Woolrich's avatar Mark Woolrich
Browse files

taken newimage out of rungekutta

parent 130d6393
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
namespace MISCMATHS {
void rk(ColumnVector& ret, const ColumnVector& y, const ColumnVector& dy, float x, float h, const Derivative& deriv,const ColumnVector& paramvalues)
{
Tracer tr("rk");
......
......@@ -14,10 +14,6 @@
#include <string>
#include <vector>
#include "newimage/newimageall.h"
using namespace NEWIMAGE;
namespace MISCMATHS {
class Derivative
......
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