Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
24eaa4bf
Commit
24eaa4bf
authored
Jan 13, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 默认AD曲线 错了
parent
cf8b9edb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
CurveCollection.cs
...t.FLY.Thick.Base/FLY.Thick.Base/Server/CurveCollection.cs
+8
-8
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base/Server/CurveCollection.cs
View file @
24eaa4bf
...
...
@@ -71,14 +71,14 @@ namespace FLY.Thick.Base.Server
CorrectWay
=
CurveCorrectWay
.
OnePointIsScale
;
Flag
=
CurveType
.
E
;
Curves
.
Add
(
new
CurveCell
()
{
AD
=
57564
,
Value
=
0
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
30850
,
Value
=
88
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
19000
,
Value
=
176
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
12528
,
Value
=
264
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
8409
,
Value
=
352
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
5650
,
Value
=
440
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
3779
,
Value
=
528
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
2513
,
Value
=
616
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
1660
,
Value
=
704
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
30850
,
Value
=
88
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
19000
,
Value
=
176
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
12528
,
Value
=
264
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
8409
,
Value
=
352
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
5650
,
Value
=
440
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
3779
,
Value
=
528
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
2513
,
Value
=
616
00
});
Curves
.
Add
(
new
CurveCell
()
{
AD
=
1660
,
Value
=
704
00
});
}
public
void
Apply
()
{
...
...
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