Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
ad7fa7dc
Commit
ad7fa7dc
authored
Jan 13, 2020
by
Dennis Gläser
Browse files
[test][disknetwork][shape] create less disks for speedup
parent
e4d6884c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/entitynetwork/test_generate_disk_network_shape.cc
View file @
ad7fa7dc
...
...
@@ -115,8 +115,8 @@ int main(int argc, char** argv)
ctype
currentDensity
=
0.0
;
ctype
currentDiskArea
=
0.0
;
const
std
::
size_t
numTargetEntities_1
=
6
;
const
std
::
size_t
numTargetEntities_2
=
6
;
const
std
::
size_t
numTargetEntities_1
=
3
;
const
std
::
size_t
numTargetEntities_2
=
3
;
while
(
accepted_1
!=
numTargetEntities_1
||
accepted_2
!=
numTargetEntities_2
)
{
bool
createSecondary
=
randomNumber
()
%
2
;
...
...
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