Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
24993778
Commit
24993778
authored
4 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
changes function name
parent
769bb5e1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#94650
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpp/hdf5_tools.cpp
+4
-3
4 additions, 3 deletions
cpp/hdf5_tools.cpp
cpp/hdf5_tools.hpp
+2
-2
2 additions, 2 deletions
cpp/hdf5_tools.hpp
with
6 additions
and
5 deletions
cpp/hdf5_tools.cpp
+
4
−
3
View file @
24993778
...
...
@@ -374,7 +374,7 @@ int hdf5_tools::write_particle_ID_pairs_with_single_rank(
}
template
<
class
real_number
>
int
hdf5_tools
::
write_vector
(
int
hdf5_tools
::
write_vector
_with_single_rank
(
const
std
::
vector
<
real_number
>
v
,
const
hid_t
group
,
const
std
::
string
dset_name
)
...
...
@@ -463,7 +463,8 @@ int hdf5_tools::write_particle_ID_pairs_with_single_rank(
const
std
::
string
dset_name
);
template
int
hdf5_tools
::
write_vector
(
int
hdf5_tools
::
write_vector
_with_single_rank
(
const
std
::
vector
<
double
>
v
,
const
hid_t
group
,
const
std
::
string
dset_name
);
This diff is collapsed.
Click to expand it.
cpp/hdf5_tools.hpp
+
2
−
2
View file @
24993778
...
...
@@ -101,7 +101,7 @@ namespace hdf5_tools
const
std
::
string
dset_name
);
template
<
class
real_number
>
int
write_vector
(
int
write_vector
_with_single_rank
(
const
std
::
vector
<
real_number
>
v
,
const
hid_t
group
,
const
std
::
string
dset_name
);
...
...
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