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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
fleur
Commits
54f71daa
Commit
54f71daa
authored
Jun 11, 2019
by
Vasily Tseplyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a separator in out line related to force convergence
parent
fc0eff0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+2
-0
force/force_w.F90
force/force_w.F90
+1
-1
No files found.
.gitignore
View file @
54f71daa
...
...
@@ -10,3 +10,5 @@ build.*
*.x
*.swp
tags
.DS_Store
.vscode
force/force_w.F90
View file @
54f71daa
...
...
@@ -103,7 +103,7 @@ CONTAINS
l_relax
=
sum
<
input
%
force_converged
IF
(
.NOT.
l_relax
)
THEN
WRITE
(
6
,
8020
)
input
%
force_converged
,
sum
8020
FORMAT
(
'No new postions, force convergence required='
,
f8.5
,
'max force distance='
,
f8.5
)
8020
FORMAT
(
'No new postions, force convergence required='
,
f8.5
,
'
;
max force distance='
,
f8.5
)
END
IF
ENDIF
#ifdef CPP_MPI
...
...
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