Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_io
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_io
Commits
5cf2130f
Commit
5cf2130f
authored
2 years ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
removing additional create directory
parent
0cd6caaf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5328
failed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/VTKWriter/VTKWriter_point_set.hpp
+2
-2
2 additions, 2 deletions
src/VTKWriter/VTKWriter_point_set.hpp
with
2 additions
and
2 deletions
src/VTKWriter/VTKWriter_point_set.hpp
+
2
−
2
View file @
5cf2130f
...
...
@@ -626,7 +626,7 @@ public:
{
//openfpm::vector< ele_vpp<typename pair::second>> vpp;
// Header for the vtk
create_directory_if_not_exist
(
"VTPDATA"
,
1
);
//
create_directory_if_not_exist("VTPDATA",1);
std
::
string
vtk_header
;
std
::
string
Name_data
;
std
::
string
PpointEnd
;
...
...
@@ -752,7 +752,7 @@ public:
std
::
string
closingFile
=
" </PointData>
\n
</Piece>
\n
</PolyData>
\n
</VTKFile>"
;
// write the file
create_directory_if_not_exist
(
"VTPDATA"
,
1
);
//
create_directory_if_not_exist("VTPDATA",1);
std
::
ofstream
ofs
(
"VTPDATA/"
+
file
);
// Check if the file is open
...
...
This diff is collapsed.
Click to expand it.
yaskovet
@yaskovet
mentioned in commit
112c3790
·
1 year ago
mentioned in commit
112c3790
mentioned in commit 112c3790d1cc1c842644528cb1f70137ccb001e6
Toggle commit list
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