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
Johannes Pfeifer
dynare
Commits
a7203095
Unverified
Commit
a7203095
authored
Jun 08, 2021
by
Sébastien Villemot
Browse files
A_times_B_kronecker_C MEX: don’t bother adding “only” clauses to “use” directive
parent
68bca0cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/kronecker/A_times_B_kronecker_C.f08
View file @
a7203095
...
...
@@ -19,8 +19,8 @@
! along with Dynare. If not, see <https://www.gnu.org/licenses/>.
subroutine
mexFunction
(
nlhs
,
plhs
,
nrhs
,
prhs
)
bind
(
c
,
name
=
'mexFunction'
)
use
iso_fortran_env
,
only
:
real64
use
iso_c_binding
,
only
:
c_int
use
iso_fortran_env
use
iso_c_binding
use
matlab_mex
use
blas
implicit
none
...
...
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