Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
2b969166
Commit
2b969166
authored
Jan 15, 2019
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spaces from plot file names
parent
2b90c99b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
optional/plotdop.f90
optional/plotdop.f90
+1
-1
No files found.
optional/plotdop.f90
View file @
2b969166
...
...
@@ -188,7 +188,7 @@ SUBROUTINE plotdop(oneD,dimension,stars,vacuum,sphhar,atoms,&
outFilenames
(
1
)
=
'plot'
ELSE
DO
i
=
1
,
numInFiles
outFilenames
(
i
)
=
cdnFilenames
(
i
)//
'_pl'
outFilenames
(
i
)
=
TRIM
(
ADJUSTL
(
cdnFilenames
(
i
))
)//
'_pl'
END
DO
IF
(
polar
)
THEN
outFilenames
(
5
)
=
'mabs_pl'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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