Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archives
dmm
Commits
83b1c39f
Commit
83b1c39f
authored
Nov 06, 2014
by
Houtan Bastani
Browse files
fix for compilation of octave mex files
parent
71f184e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
gfortran.f90
View file @
83b1c39f
...
...
@@ -19,7 +19,11 @@ MODULE GFORTRAN
IMPLICIT
NONE
CONTAINS
FUNCTION
LOGICAL2INTEGER
(
V
)
#if defined(OCTAVE_MEX_FILE)
LOGICAL
*
4
,
DIMENSION
(:),
INTENT
(
IN
)
::
V
#else
LOGICAL
,
DIMENSION
(:),
INTENT
(
IN
)
::
V
#endif
INTEGER
::
I
INTEGER
,
DIMENSION
(
SIZE
(
V
))
::
LOGICAL2INTEGER
DO
I
=
1
,
SIZE
(
V
)
...
...
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