| 78 |
|
double* pos; |
| 79 |
|
double* trq; |
| 80 |
|
double* A; |
| 81 |
< |
double* u_l;; |
| 81 |
> |
double* u_l; |
| 82 |
> |
double* rc; |
| 83 |
> |
double* massRatio; |
| 84 |
|
SimState* config; |
| 85 |
|
|
| 86 |
|
short int passedCalcPot = (short int)calcPot; |
| 114 |
|
trq = config->getTrqArray(); |
| 115 |
|
A = config->getAmatArray(); |
| 116 |
|
u_l = config->getUlArray(); |
| 117 |
+ |
rc = config->getRcArray(); |
| 118 |
+ |
massRatio = config->getMassRatioArray(); |
| 119 |
|
|
| 120 |
|
isError = 0; |
| 121 |
|
entry_plug->lrPot = 0.0; |
| 134 |
|
u_l, |
| 135 |
|
frc, |
| 136 |
|
trq, |
| 137 |
+ |
rc, |
| 138 |
+ |
massRatio, |
| 139 |
|
entry_plug->tau, |
| 140 |
|
&(entry_plug->lrPot), |
| 141 |
|
&passedCalcPot, |
| 142 |
|
&passedCalcStress, |
| 143 |
|
&isError ); |
| 144 |
|
|
| 145 |
+ |
|
| 146 |
|
#ifdef PROFILE |
| 147 |
|
endProfile(pro8); |
| 148 |
|
#endif |