7289eaa8ba
I have attached some revisions for the UIUCModel and some LaRCsim. The only thing you should need to check is LaRCsim.cxx. The file I attached is a revised version of 1.5 and the latest is 1.7. Also, uiuc_getwind.c and uiuc_getwind.h are no longer in the LaRCsim directory. They have been moved over to UIUCModel.
8 lines
179 B
C
8 lines
179 B
C
#ifndef _FIND_POSITION_H_
|
|
#define _FIND_POSITION_H_
|
|
|
|
double uiuc_find_position(double command, double increment_per_timestep,
|
|
double position);
|
|
|
|
|
|
#endif // _FIND_POSITION_H_
|