Skip to content
Snippets Groups Projects
Commit 694225f2 authored by nadolski's avatar nadolski
Browse files

Debugging information

parent fc909a36
No related branches found
No related tags found
No related merge requests found
......@@ -1814,6 +1814,8 @@ void Insertion_Pass(CellType &Cell, ss_vect<T> &X) {
L2 = c_2 * LN;
K1 = d_1;
K2 = d_2;
fprintf(stdout, "BUG Fourth order L= %f, N= %d LN=%f S1=%f S2 = %f\n",
elemp->PL, Nslice, LN, elemp->ID->scaling1, elemp->ID->scaling1);
// Drift(L1, X);
for (i = 1; i <= Nslice; i++) {
......
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