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
7471d752
Commit
7471d752
authored
Nov 25, 2016
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected a wrong array size in brzone2.f90
parent
cdae93dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
init/brzone2.f90
init/brzone2.f90
+1
-1
No files found.
init/brzone2.f90
View file @
7471d752
...
...
@@ -347,7 +347,7 @@ SUBROUTINE brzone2(rcmt,nsym,idrot,mface,nbsz,nv48,&
! Corners might be present multiple times (for different triples of planes).
! Remove duplicates. Collect planes intersecting at the respective point.
maxNumPlanes
=
MAX
(
nPlanes
-
nOuterPlanes
,
3
*
nCorners
)
! Just a save guess for the array dimension in the next line
ALLOCATE
(
cornerPlaneList
(
maxNumPlanes
,
nCorners
))
ALLOCATE
(
cornerPlaneList
(
maxNumPlanes
,
nCorners
+1
))
! The +1 is because of the origin that is added later.
cornerPlaneList
=
0
numCornerPlanes
=
0
...
...
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