Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
57
Issues
57
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
c2013add
Commit
c2013add
authored
Apr 10, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of iffgit.fz-juelich.de:fleur/fleur into develop
parents
cf80e0e4
685b0598
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
eigen/eigen.F90
eigen/eigen.F90
+0
-3
juDFT/usage_data.F90
juDFT/usage_data.F90
+1
-1
No files found.
eigen/eigen.F90
View file @
c2013add
...
...
@@ -106,9 +106,6 @@ CONTAINS
!
call
ud
%
init
(
atoms
,
DIMENSION
%
jspd
)
ALLOCATE
(
eig
(
DIMENSION
%
neigd
),
bkpt
(
3
)
)
PRINT
*
,
enpara
%
el0
(:,
1
,
1
)
PRINT
*
,
enpara
%
el0
(:,
2
,
1
)
!
! --> some parameters first
...
...
juDFT/usage_data.F90
View file @
c2013add
...
...
@@ -13,7 +13,7 @@ MODULE m_judft_usage
INTEGER
::
no_keys
=
0
INTERFACE
add_usage_data
MODULE
PROCEDURE
::
add_usage_data_s
,
add_usage_data_i
,
add_usage_data_l
MODULE
PROCEDURE
add_usage_data_s
,
add_usage_data_i
,
add_usage_data_l
END
INTERFACE
add_usage_data
PUBLIC
::
add_usage_data
,
send_usage_data
...
...
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