Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
[C] update inline documentation of stateSelection
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #3045
  • Loading branch information
kabdelhak authored and OpenModelica-Hudson committed Apr 8, 2019
1 parent f2e6265 commit 3f5cb68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions SimulationRuntime/c/simulation/solver/stateset.c
Expand Up @@ -350,9 +350,12 @@ void printStateSelectionInfo(DATA *data, STATE_SET_DATA *set)
* function to select the actual states for an individual stateSet
*
* \param [ref] [data]
* \param [ref] [threadData]
* \param [in] [reportError]
* \param [in] [switchStates] flag for switch states, function does switch only if this switchStates = 1
* \return [globalres] flag for discontinuous timestep in the case of a state switch
* \param [in] [setIndex] unique index of the stateSet
* \param [in] [globalres] flag for discontinuous timestep in the case of a state switch for all sets before
* \return [globalres] flag for discontinuous timestep in the case of a state switch for at least one set
*
* \author Abdelhak / Frenkel TUD
*/
Expand Down Expand Up @@ -424,9 +427,10 @@ int stateSelectionSet(DATA *data, threadData_t *threadData, char reportError, in
* function to select the actual states
*
* \param [ref] [data]
* \param [ref] [threadData]
* \param [in] [reportError]
* \param [in] [switchStates] flag for switch states, function does switch only if this switchStates = 1
* \return ???
* \return [globalres] flag for discontinuous timestep in the case of a state switch for at least one set
*
* \author Frenkel TUD
*/
Expand Down

0 comments on commit 3f5cb68

Please sign in to comment.