Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
37b66011
Commit
37b66011
authored
Jun 29, 2018
by
Matthieu Schaller
Browse files
Documentation fixes.
parent
c4f17f91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh_gravity.c
View file @
37b66011
...
...
@@ -513,7 +513,7 @@ void pm_mesh_clean(struct pm_mesh* mesh) {
/**
* @brief Write a #pm_mesh struct to the given FILE as a stream of bytes.
*
* @param
p
the struct
* @param
mesh
the struct
* @param stream the file stream
*/
void
pm_mesh_struct_dump
(
const
struct
pm_mesh
*
mesh
,
FILE
*
stream
)
{
...
...
@@ -525,7 +525,7 @@ void pm_mesh_struct_dump(const struct pm_mesh* mesh, FILE* stream) {
* @brief Restore a #pm_mesh struct from the given FILE as a stream of
* bytes.
*
* @param
p
the struct
* @param
mesh
the struct
* @param stream the file stream
*/
void
pm_mesh_struct_restore
(
struct
pm_mesh
*
mesh
,
FILE
*
stream
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment