Skip to content
Snippets Groups Projects
Commit 9ccc9642 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

bug fixed, now all 4 tests run.

parent 9e17d159
No related branches found
No related tags found
No related merge requests found
......@@ -239,8 +239,7 @@ void NOperate::Pointwise( string llabel )
else
fout->V[j]->z[lref.num] = val;
} else if ( lref.typ==CVar::_CP ) {
double val = T->tree_point_val( k, j )->to_b();
(P2C(fout))->VC(j)->P[lref.num] = val;
(P2C(fout))->VC(j)->P[lref.num] = T->tree_point_val( k, j )->to_r();
} else {
throw "BUG: invalid oxy";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment