mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Unit correction.
This commit is contained in:
parent
f46219ca3f
commit
0f26d53101
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@
|
|||
{
|
||||
NSUnitAngle *result = [[NSUnitAngle alloc] initWithSymbol: @"\""
|
||||
coefficient: 0.00027778
|
||||
constant: 9.81];
|
||||
constant: 0.0];
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue