Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
5288b32e
Commit
5288b32e
authored
2 years ago
by
Cristian Galperti
Committed by
Federico Felici
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
scdalgoinfo.h fail-safe added
parent
756f17e4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
codegen/ert_unix.tmf
+1
-1
1 addition, 1 deletion
codegen/ert_unix.tmf
codegen/scdalgoinfo.h
+15
-0
15 additions, 0 deletions
codegen/scdalgoinfo.h
with
16 additions
and
1 deletion
codegen/ert_unix.tmf
+
1
−
1
View file @
5288b32e
...
...
@@ -35,7 +35,7 @@ USER_OPTS = -DMKL
#USER_OPTS += -fPIC -Wno-extra-tokens -O3 -xCORE-AVX512 -no-prec-div -fp-model fast=2
#USER_OPTS += -fPIC -Wno-extra-tokens -O3 -no-prec-div -fp-model fast=2
USER_OPTS += -fPIC -g
USER_OPTS += -I$(RTCCODE_PATH)/
build/simulink_
codegen/
USER_OPTS += -I$(RTCCODE_PATH)/
core/
codegen/
#------------------------ Macros read by make_rtw ------------------------------
...
...
This diff is collapsed.
Click to expand it.
codegen/scdalgoinfo.h
0 → 100644
+
15
−
0
View file @
5288b32e
/* scdalgoinfo.h */
/* generated on: 20-Apr-2022 11:17:36 */
#ifndef SCDALGOINFO
#define SCDALGOINFO
#define ALGOINFOSTR "N/A"
#define ALGOINFOLEN 4
#define ALGOINFOMAXLEN 1024
struct
algoinfo
{
char
text
[
ALGOINFOMAXLEN
];
unsigned
int
len
;
}
__attribute__
((
packed
));
#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