//////////////////////// / OpenSees APIs /// ///// ////////////////////////
| 1046 | //// OpenSees APIs /// ///// |
| 1047 | ///////////////////////////// |
| 1048 | int OPS_GetNumRemainingInputArgs() |
| 1049 | { |
| 1050 | if (cmds == 0) return 0; |
| 1051 | DL_Interpreter* interp = cmds->getInterpreter(); |
| 1052 | return interp->getNumRemainingInputArgs(); |
| 1053 | } |
| 1054 | |
| 1055 | int OPS_GetIntInput(int *numData, int*data) |
| 1056 | { |