Skip to content

Commit e51338a

Browse files
committed
Revert "Update collect_interpCartData.m consistent spacing"
This reverts commit 290c1d3.
1 parent a1a9a0a commit e51338a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/matlab_test_data_collectors/matlab_collectors/collect_interpCartData.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
sensor_data = sin(2 * pi * [1:kgrid.Nt]/ kgrid.Nt + repmat(phase_shifts', 1, kgrid.Nt));
6060
% smooth the initial pressure distribution and restore the magnitude
6161
p0 = smooth(p0_binary, true);
62-
6362
% interpolate data to remove the gaps and assign to time reversal data
6463
trbd = interpCartData(kgrid, sensor_data, sensor_mask, binary_sensor_mask);
6564
recorder.recordVariable('trbd', trbd);

0 commit comments

Comments
 (0)