Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dany Dumont
phlag
Commits
efeab549
Commit
efeab549
authored
Mar 08, 2017
by
Jérémy Baudry
Browse files
small error
parent
b85b16f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/BIO_LAGRANGE.f90
View file @
efeab549
...
...
@@ -37,13 +37,13 @@
double precision
::
Pdmax
=
1
double precision
::
Idark
=
50
double precision
,
dimension
(
100000
)
::
Fi
double precision
::
nb1
double precision
,
allocatable
::
nb1
(:)
allocate
(
light_level
(
Nlevel
))
allocate
(
dummy1
(
Nlevel
))
allocate
(
light_bin
(
Nbin
))
allocate
(
nb
(
Nbin
))
allocate
(
nb1
(
Nbin
))
Fi
(
1
:
100000
)
=
0
div
=
0
...
...
Write
Preview
Supports
Markdown
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