Skip to content

Commit 57e2870

Browse files
committed
bug fixed
1 parent 54bd590 commit 57e2870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spinwalk.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ bool run(simulation_parameters param, std::map<std::string, std::vector<std::str
258258

259259
std::vector<float> TE;
260260
for(int i=0; i<param.n_TE; i++) TE.push_back(param.TE_us[i]*param.timestep_us*1e-6);
261-
TE.push_back(param.TR_us*1e-6);
262261
dims[0] = TE.size(); dims[1] = 1; dims[2] = 1; dims[3] = 1;
263262
file_utils::save_h5(f, TE.data(), dims, "TE", "float");
264263
}

0 commit comments

Comments
 (0)