Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
CDS
software
advLigoRTS
Merge requests
!373
Implicit declaration compilation fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implicit declaration compilation fix
ezekiel.dohmen/advligorts:implicit-fix
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Ezekiel Dohmen
requested to merge
ezekiel.dohmen/advligorts:implicit-fix
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
05cf303d
2 commits,
2 years ago
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/include/fe.h
+
3
−
0
Options
@@ -5,8 +5,11 @@
#include
"controllerko.h"
//CDIO* Globals and tdsControl/tdsCount
#include
"modelRateInfo.h"
////CYCLE_PER_SECOND, FE_RATE
#include
"qnorm.h"
#include
"util/inlineMath.h"
#include
"util/timing.h"
#include
"util/random_bytes.h"
#include
"util/prng_xoroshiroPP.h"
#include
"fm10Gen.h"
#include
"tRamp.h"
#include
"isnan.h"
Loading