Skip to content

Commit dc07b94

Browse files
committed
testrcs
1 parent ac3d396 commit dc07b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/rcsTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ xsign(u) = u < 0.0 ? -1.0 : 1.0
266266
#
267267
# Author: F. Capolupo
268268

269-
function rcsAllocationSimplex(u, My, c=ones(size(My, 2)); maxIter=30)
269+
@views function rcsAllocationSimplex(u, My, c=ones(size(My, 2)); maxIter=30)
270270
m, n = size(My) # m = number of dof, n = number of thrusters
271271
if all(u .== 0.0); return zeros(n); end
272272

0 commit comments

Comments
 (0)