Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
482e0519
Commit
482e0519
authored
Apr 30, 2017
by
Marco Govoni
Browse files
Changed kind.
parent
310f984b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/Json/json_kinds.f90
View file @
482e0519
...
...
@@ -75,7 +75,8 @@
#elif REAL128
integer
,
parameter
,
public
::
RK
=
real128
!! Default real kind [16 bytes]
#else
integer
,
parameter
,
public
::
RK
=
real64
!! Default real kind if not specified [8 bytes]
! integer,parameter,public :: RK = real64 !! Default real kind if not specified [8 bytes]
integer
,
parameter
,
public
::
RK
=
selected_real_kind
(
14
,
200
)
#endif
#ifdef INT8
...
...
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