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
61eefb18
Commit
61eefb18
authored
Mar 02, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made Fleur compilable again.
Some call in main/fleur_init.F90 was at the wrong place. Fix by Daniel.
parent
583d77fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main/fleur_init.F90
main/fleur_init.F90
+1
-1
No files found.
main/fleur_init.F90
View file @
61eefb18
...
...
@@ -74,7 +74,6 @@
REAL
::
a1
(
3
),
a2
(
3
),
a3
(
3
)
REAL
::
scale
,
dtild
CALL
check_command_line
()
#ifdef CPP_MPI
INCLUDE
'mpif.h'
INTEGER
ierr
(
3
)
...
...
@@ -85,6 +84,7 @@
#else
mpi
%
irank
=
0
;
mpi
%
isize
=
1
;
mpi
%
mpi_comm
=
1
#endif
CALL
check_command_line
()
#ifdef CPP_HDF
call
hdf_init
()
#endif
...
...
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