Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
23ab5e08
Commit
23ab5e08
authored
Mar 22, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added USE_64BIT_LAPACK_INTEGERS macro to control the type of integers used when calling fortran
parent
53de1310
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fortran_id.h
dlib/matrix/lapack/fortran_id.h
+1
-1
No files found.
dlib/matrix/lapack/fortran_id.h
View file @
23ab5e08
...
@@ -47,7 +47,7 @@ namespace dlib
...
@@ -47,7 +47,7 @@ namespace dlib
namespace
lapack
namespace
lapack
{
{
// stuff from f2c used to define what exactly is an integer in fortran
// stuff from f2c used to define what exactly is an integer in fortran
#if (defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__) || defined(__ia64__)) && !defined(MATLAB_MEX_FILE)
#if (defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__) || defined(__ia64__)) && !defined(MATLAB_MEX_FILE)
&& !defined(USE_64BIT_LAPACK_INTEGERS)
typedef
int
integer
;
typedef
int
integer
;
typedef
unsigned
int
uinteger
;
typedef
unsigned
int
uinteger
;
#else
#else
...
...
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