Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Nov 18, 2014
1 parent 8df725f commit 4ccc09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/plants/inverseKinBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ void inverseKinBackend(RigidBodyManipulator* model_input, const int mode, const
rw = (snopt::doublereal*) std::calloc(lenrw,sizeof(snopt::doublereal));
snopt::integer* iw;
iw = (snopt::integer*) std::calloc(leniw,sizeof(snopt::integer));
char cw[8*5000]; snopt::ineteger lencw = 5000; // these two should match (but don't want to bother with dynamic allocation)
char cw[8*5000]; snopt::integer lencw = 5000; // these two should match (but don't want to bother with dynamic allocation)

snopt::integer Cold = 0; //, Basis = 1; //, Warm = 2;
snopt::doublereal *xmul = new snopt::doublereal[nx];
Expand Down

0 comments on commit 4ccc09a

Please sign in to comment.