Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
135d6034
Commit
135d6034
authored
Jul 14, 2017
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Removed incorrect merge and diff lines in space.h
parent
951989db
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!365
Subsize
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/space.h
+0
-6
0 additions, 6 deletions
src/space.h
with
0 additions
and
6 deletions
src/space.h
+
0
−
6
View file @
135d6034
...
@@ -43,14 +43,8 @@ struct cell;
...
@@ -43,14 +43,8 @@ struct cell;
#define space_cellallocchunk 1000
#define space_cellallocchunk 1000
#define space_splitsize_default 400
#define space_splitsize_default 400
#define space_maxsize_default 8000000
#define space_maxsize_default 8000000
<<<<<<<
HEAD
#define space_subsize_pair_default 256000000
#define space_subsize_pair_default 256000000
#define space_subsize_self_default 32000
#define space_subsize_self_default 32000
#define space_maxcount_default 10000
=======
#define space_subsize_pair_default 64000000
#define space_subsize_self_default 16000
>>>>>>>
88356221
ae330b1818217a6f4c5ac7890ad02c11
#define space_max_top_level_cells_default 12
#define space_max_top_level_cells_default 12
#define space_stretch 1.10f
#define space_stretch 1.10f
#define space_maxreldx 0.1f
#define space_maxreldx 0.1f
...
...
...
...
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
sign in
to comment