Skip to content

Commit 32cb7a5

Browse files
committed
minor
1 parent f00ed96 commit 32cb7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spinwalk.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ bool run(simulation_parameters param, std::map<std::string, std::vector<std::str
180180
param_local.scale2grid[i] = param_local.fieldmap_size[i] / param_local.fov[i];
181181
for (int n = 0; n < param.n_tissue_type; n++)
182182
{
183-
double min_convergence = 0.95 * param.diffusivity[n] * sqrt(10 * param.n_timepoints); // https://submissions.mirasmart.com/ISMRM2024/Itinerary/PresentationDetail.aspx?evdid=4684
183+
double min_convergence = 0.95 * param.diffusivity[n] * sqrt(1.0 * param.n_timepoints); // https://submissions.mirasmart.com/ISMRM2024/Itinerary/PresentationDetail.aspx?evdid=4684
184184
if(param_local.fov[i] < min_convergence )
185185
{
186186
BOOST_LOG_TRIVIAL(error) << "Virtual FoV (= " << param_local.fov[i] << ") is smaller than minimum convergence length (= " << min_convergence << ")!";

0 commit comments

Comments
 (0)