Skip to content

Commit 97d05df

Browse files
Merge pull request #537 from alhom/eVlasiator
Cleanup: Removed a debugger line
2 parents 3ed2e82 + f8fce7c commit 97d05df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlasovsolver/cpu_acc_transform.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Eigen::Transform<Real,3,Eigen::Affine> compute_acceleration_transformation(
149149
logFactor = min(logFactor, (Real)P::maxResonantSubcycleFactor);
150150
//constraint: do not lower subcycle count
151151
logFactor = max(logFactor, 1.0);
152-
cout << logFactor << "\n";
153152
transformation_substeps = int(transformation_substeps * logFactor);
154153
}
155154
}

0 commit comments

Comments
 (0)