Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setDistanceUnit
Method
setDistanceUnit
code/src/java/pcgen/core/UnitSet.java:73–76 ·
view source on GitHub ↗
Set the distance unit. @param du distance unit.
(final String du)
Source
from the content-addressed store, hash-verified
71
* @param du distance unit.
72
*/
73
public
void
setDistanceUnit(
final
String du)
74
{
75
distanceUnit = du;
76
}
77
78
/**
79
* Get the distance unit.
Callers
3
setUp
Method · 0.80
parseNonEmptyToken
Method · 0.80
getDefaultUnitSet
Method · 0.80
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.64