Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
89c1eb21
Commit
89c1eb21
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
remove the underscores for consistency
parent
94d8cc55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
control/morse_f77.h
+15
-15
15 additions, 15 deletions
control/morse_f77.h
with
15 additions
and
15 deletions
control/morse_f77.h
+
15
−
15
View file @
89c1eb21
...
...
@@ -35,20 +35,20 @@
#define MORSE_WS_FNAME(lcname, UCNAME) MORSE_GLOBAL(morse_alloc_workspace_##lcname, MORSE_ALLOC_WORKSPACE_##UCNAME)
#define MORSE_WST_FNAME(lcname, UCNAME) MORSE_GLOBAL(morse_alloc_workspace_##lcname##_tile, MORSE_ALLOC_WORKSPACE_##UCNAME##_TILE)
#define MORSE_INIT MORSE_GLOBAL
_
(morse_init, MORSE_INIT)
#define MORSE_FINALIZE MORSE_GLOBAL
_
(morse_finalize, MORSE_FINALIZE)
#define MORSE_ENABLE MORSE_GLOBAL
_
(morse_enable, MORSE_ENABLE)
#define MORSE_DISABLE MORSE_GLOBAL
_
(morse_disable, MORSE_DISABLE)
#define MORSE_SET MORSE_GLOBAL
_
(morse_set, MORSE_SET)
#define MORSE_GET MORSE_GLOBAL
_
(morse_get, MORSE_GET)
#define MORSE_DEALLOC_HANDLE MORSE_GLOBAL
_
(morse_dealloc_handle, MORSE_DEALLOC_HANDLE)
#define MORSE_VERSION MORSE_GLOBAL
_
(morse_version, MORSE_VERSION)
#define MORSE_DESC_CREATE MORSE_GLOBAL
_
(morse_desc_create, MORSE_DESC_CREATE)
#define MORSE_DESC_CREATE_OOC MORSE_GLOBAL
_
(morse_desc_create_ooc, MORSE_DESC_CREATE_OOC)
#define MORSE_DESC_CREATE_USER MORSE_GLOBAL
_
(morse_desc_create_user, MORSE_DESC_CREATE_USER)
#define MORSE_DESC_CREATE_OOC_USER MORSE_GLOBAL
_
(morse_desc_create_ooc_user, MORSE_DESC_CREATE_OOC_USER)
#define MORSE_DESC_DESTROY MORSE_GLOBAL
_
(morse_desc_destroy, MORSE_DESC_DESTROY)
#define MORSE_LAPACK_TO_TILE MORSE_GLOBAL
_
(morse_lapack_to_tile, MORSE_LAPACK_TO_TILE)
#define MORSE_TILE_TO_LAPACK MORSE_GLOBAL
_
(morse_tile_to_lapack, MORSE_TILE_TO_LAPACK)
#define MORSE_INIT MORSE_GLOBAL(morse_init, MORSE_INIT)
#define MORSE_FINALIZE MORSE_GLOBAL(morse_finalize, MORSE_FINALIZE)
#define MORSE_ENABLE MORSE_GLOBAL(morse_enable, MORSE_ENABLE)
#define MORSE_DISABLE MORSE_GLOBAL(morse_disable, MORSE_DISABLE)
#define MORSE_SET MORSE_GLOBAL(morse_set, MORSE_SET)
#define MORSE_GET MORSE_GLOBAL(morse_get, MORSE_GET)
#define MORSE_DEALLOC_HANDLE MORSE_GLOBAL(morse_dealloc_handle, MORSE_DEALLOC_HANDLE)
#define MORSE_VERSION MORSE_GLOBAL(morse_version, MORSE_VERSION)
#define MORSE_DESC_CREATE MORSE_GLOBAL(morse_desc_create, MORSE_DESC_CREATE)
#define MORSE_DESC_CREATE_OOC MORSE_GLOBAL(morse_desc_create_ooc, MORSE_DESC_CREATE_OOC)
#define MORSE_DESC_CREATE_USER MORSE_GLOBAL(morse_desc_create_user, MORSE_DESC_CREATE_USER)
#define MORSE_DESC_CREATE_OOC_USER MORSE_GLOBAL(morse_desc_create_ooc_user, MORSE_DESC_CREATE_OOC_USER)
#define MORSE_DESC_DESTROY MORSE_GLOBAL(morse_desc_destroy, MORSE_DESC_DESTROY)
#define MORSE_LAPACK_TO_TILE MORSE_GLOBAL(morse_lapack_to_tile, MORSE_LAPACK_TO_TILE)
#define MORSE_TILE_TO_LAPACK MORSE_GLOBAL(morse_tile_to_lapack, MORSE_TILE_TO_LAPACK)
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment