Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ns-3-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
nsnam
ns-3-dev
Commits
a3e7cb04
Commit
a3e7cb04
authored
11 years ago
by
Vedran Miletić
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused consts to fix building with Clang 3.4 pre-release versions
parent
9d0747d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/model/rng-stream.cc
+0
-13
0 additions, 13 deletions
src/core/model/rng-stream.cc
src/network/utils/pcap-file.cc
+0
-1
0 additions, 1 deletion
src/network/utils/pcap-file.cc
with
0 additions
and
14 deletions
src/core/model/rng-stream.cc
+
0
−
13
View file @
a3e7cb04
...
...
@@ -45,19 +45,6 @@ const double a21 = 527612.0;
const
double
a23n
=
1370589.0
;
const
double
two17
=
131072.0
;
const
double
two53
=
9007199254740992.0
;
const
double
fact
=
5.9604644775390625e-8
;
/* 1 / 2^24 */
const
Matrix
InvA1
=
{
// Inverse of A1p0
{
184888585.0
,
0.0
,
1945170933.0
},
{
1.0
,
0.0
,
0.0
},
{
0.0
,
1.0
,
0.0
}
};
const
Matrix
InvA2
=
{
// Inverse of A2p0
{
0.0
,
360363334.0
,
4225571728.0
},
{
1.0
,
0.0
,
0.0
},
{
0.0
,
1.0
,
0.0
}
};
const
Matrix
A1p0
=
{
{
0.0
,
1.0
,
0.0
},
...
...
This diff is collapsed.
Click to expand it.
src/network/utils/pcap-file.cc
+
0
−
1
View file @
a3e7cb04
...
...
@@ -45,7 +45,6 @@ const uint32_t NS_SWAPPED_MAGIC = 0xd43cb2a1; /**< Looks this way if byte swappi
const
uint16_t
VERSION_MAJOR
=
2
;
/**< Major version of supported pcap file format */
const
uint16_t
VERSION_MINOR
=
4
;
/**< Minor version of supported pcap file format */
const
int32_t
SIGFIGS_DEFAULT
=
0
;
/**< Significant figures for timestamps (libpcap doesn't even bother) */
PcapFile
::
PcapFile
()
:
m_file
(),
...
...
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