Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
McMule
handyG
Commits
97358215
Commit
97358215
authored
Aug 20, 2019
by
ulrich_y
Browse files
Minimise use
parent
b58849c0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
src/gpl_module.f90
src/gpl_module.f90
+4
-4
src/maths_functions.f90
src/maths_functions.f90
+2
-1
src/mpl_module.f90
src/mpl_module.f90
+1
-2
src/shuffle.f90
src/shuffle.f90
+1
-1
No files found.
src/gpl_module.f90
View file @
97358215
MODULE
gpl_module
use
globals
use
utils
use
maths_functions
use
shuffle
use
mpl_module
use
ieps
use
utils
use
shuffle
,
only
:
shuffle_product
,
shuffle_with_zero
use
maths_functions
,
only
:
plog1
,
polylog
,
zeta
use
mpl_module
,
only
:
mpl
implicit
none
INTERFACE
G
...
...
src/maths_functions.f90
View file @
97358215
MODULE
maths_functions
use
globals
use
utils
use
ieps
use
utils
,
only
:
factorial
implicit
none
interface
polylog
module
procedure
polylog1
,
polylog2
...
...
src/mpl_module.f90
View file @
97358215
MODULE
mpl_module
use
globals
use
utils
use
maths_functions
use
ieps
implicit
none
CONTAINS
...
...
src/shuffle.f90
View file @
97358215
MODULE
shuffle
use
globals
use
util
s
use
iep
s
implicit
none
CONTAINS
...
...
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