Merge pull request #585 from Mariosmsk/fix_initsetting583
fix EN_INITSETTING
This commit is contained in:
@@ -3631,7 +3631,8 @@ int DLLEXPORT EN_getlinkvalue(EN_Project p, int index, int property, double *val
|
|||||||
{
|
{
|
||||||
return EN_getlinkvalue(p, index, EN_ROUGHNESS, value);
|
return EN_getlinkvalue(p, index, EN_ROUGHNESS, value);
|
||||||
}
|
}
|
||||||
v = Link[index].Kc;
|
if (Link[index].Kc == MISSING) v = 0.0;
|
||||||
|
else v = Link[index].Kc;
|
||||||
switch (Link[index].Type)
|
switch (Link[index].Type)
|
||||||
{
|
{
|
||||||
case PRV:
|
case PRV:
|
||||||
|
|||||||
Reference in New Issue
Block a user