Skip to content
Snippets Groups Projects
Commit 1571d039 authored by Matthew Webster's avatar Matthew Webster
Browse files

Fixes for HCP Debug

parent 9cc7e441
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ namespace MISCMATHS {
}
ColumnVector cross(const Real *a, const Real *b)
ColumnVector cross(const double *a, const double *b)
{
Tracer tr("cross");
ColumnVector a1(3), b1(3);
......
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