Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
a09f2c4a
Commit
a09f2c4a
authored
11 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Corrected a few doxygen comments of the last few revisions.
Former-commit-id: a0b7a5c53e14c56c130e8290b7fa7db3132ddfd4
parent
cede5e83
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/common_io.c
+1
-0
1 addition, 0 deletions
src/common_io.c
src/serial_io.c
+3
-0
3 additions, 0 deletions
src/serial_io.c
with
4 additions
and
0 deletions
src/common_io.c
+
1
−
0
View file @
a09f2c4a
...
...
@@ -317,6 +317,7 @@ void writeSPHflavour(hid_t h_file)
/**
* @brief Writes the current Unit System
* @param h_file The (opened) HDF5 file in which to write
* @param us The UnitSystem used in the run
*/
void
writeUnitSystem
(
hid_t
h_file
,
struct
UnitSystem
*
us
)
{
...
...
This diff is collapsed.
Click to expand it.
src/serial_io.c
+
3
−
0
View file @
a09f2c4a
...
...
@@ -271,6 +271,8 @@ void read_ic ( char* fileName, double dim[3], struct part **parts, int* N, int*
* @param N The number of particles to write.
* @param dim The dimension of the data (1 for scalar, 3 for vector)
* @param part_c A (char*) pointer on the first occurence of the field of interest in the parts array
* @param us The UnitSystem currently in use
* @param convFactor The UnitConversionFactor for this array
*
* @todo A better version using HDF5 hyperslabs to write the file directly from the part array
* will be written once the strucutres have been stabilized.
...
...
@@ -378,6 +380,7 @@ void writeArrayBackEnd(hid_t grp, char* fileName, FILE* xmfFile, char* name, enu
* @brief Writes an HDF5 output file (GADGET-3 type) with its XMF descriptor
*
* @param e The engine containing all the system.
* @param us The UnitSystem used for the conversion of units in the output
*
* Creates an HDF5 output file and writes the particles contained
* in the engine. If such a file already exists, it is erased and replaced
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment