Skip to content

Commit

Permalink
- fix documentation of one more function
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23034 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Oct 29, 2014
1 parent 7f15d5e commit 6451315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/omc_math.c
Expand Up @@ -102,7 +102,7 @@ void _omc_destroyVector(_omc_vector* vec) {
*
* creates a new _omc_vector by coping all data
*
* \param [in] [dest] the destination vector
* \param [out] [dest] the destination vector, which need already be allocated
* \param [in] [src] the original vector
*/
void _omc_copyVector(_omc_vector* dest, const _omc_vector* src)
Expand Down

0 comments on commit 6451315

Please sign in to comment.