Skip to content

Commit c1cd3a9

Browse files
author
Martin D. Weinberg
committed
Updated OutVel for the recently changed FieldBasis::accumulate() call signature
1 parent 4c9000a commit c1cd3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OutVel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void OutVel::Run(int n, int mstep, bool last)
186186
double v = it->second->vel[1];
187187
double w = it->second->vel[2];
188188

189-
basis->accumulate(M, x, y, z, u, v, w);
189+
basis->accumulate(x, y, z, u, v, w, M);
190190
}
191191
}
192192
}

0 commit comments

Comments
 (0)