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
51
Issues
51
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
5be524db
Commit
5be524db
authored
Aug 07, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some redundant USE statements
parent
cb659010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
cdn/qal_21.f90
cdn/qal_21.f90
+0
-1
cdn_mt/rhomt21.f90
cdn_mt/rhomt21.f90
+0
-1
No files found.
cdn/qal_21.f90
View file @
5be524db
...
...
@@ -7,7 +7,6 @@ MODULE m_qal21
CONTAINS
SUBROUTINE
qal_21
(
atoms
,
input
,
noccbd
,
we
,
ccof
,
noco
,
acof
,
bcof
,
mt21
,
lo21
,
uloulopn21
,
qal
,
qmat
)
USE
m_types
,
ONLY
:
t_mt21
,
t_lo21
USE
m_rotdenmat
USE
m_types
IMPLICIT
NONE
...
...
cdn_mt/rhomt21.f90
View file @
5be524db
...
...
@@ -9,7 +9,6 @@ MODULE m_rhomt21
CONTAINS
SUBROUTINE
rhomt21
(
atoms
,
we
,
ne
,
acof
,
bcof
,
ccof
,
mt21
,
lo21
,
uloulop21
)
USE
m_types
,
ONLY
:
t_mt21
,
t_lo21
USE
m_types
IMPLICIT
NONE
TYPE
(
t_atoms
),
INTENT
(
IN
)
::
atoms
...
...
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