Skip to content

Commit

Permalink
Removed a debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
alhom committed Feb 9, 2021
1 parent 3ed2e82 commit f8fce7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlasovsolver/cpu_acc_transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ Eigen::Transform<Real,3,Eigen::Affine> compute_acceleration_transformation(
logFactor = min(logFactor, (Real)P::maxResonantSubcycleFactor);
//constraint: do not lower subcycle count
logFactor = max(logFactor, 1.0);
cout << logFactor << "\n";
transformation_substeps = int(transformation_substeps * logFactor);
}
}
Expand Down

0 comments on commit f8fce7c

Please sign in to comment.