Skip to content
Snippets Groups Projects
Commit 1783f481 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

Fix inversion of fields in allblobs structure

parent 2f4c2fa4
No related branches found
No related tags found
No related merge requests found
......@@ -554,8 +554,8 @@ for det_ind = app.det_ind
allblobs.sintheta = sinth(:, ii_gr);
allblobs.theta = theta(:, ii_gr);
allblobs.thetatype = thetatypesp(:, ii_gr);
allblobs.eta = eta(:, ii_gr);
allblobs.thetatype = thetatypesp(:, ii_gr);
allblobs.lorentzfac = Lfactor(:, ii_gr);
allblobs.omega = om(:, ii_gr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment