FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
JacobianStates.h
1#ifndef JACOBIAN_STATES_H
2#define JACOBIAN_STATES_H
3
24inline const double* GlobalStateVector(const double* localStates, int firstGlobalStateIndex)
25{
26 return localStates - firstGlobalStateIndex;
27}
28
29#endif