添加风速系数函数
This commit is contained in:
parent
3e7b5437a4
commit
ea7be8e943
@ -134,6 +134,9 @@ public class CalcService {
|
|||||||
|
|
||||||
FunctionOffsetDate offsetDate = new FunctionOffsetDate();
|
FunctionOffsetDate offsetDate = new FunctionOffsetDate();
|
||||||
aviator.addFunction(offsetDate);
|
aviator.addFunction(offsetDate);
|
||||||
|
|
||||||
|
FunctionWindSpeedFactor windSpeedFactor = new FunctionWindSpeedFactor(dataService,cacheService);
|
||||||
|
aviator.addFunction(windSpeedFactor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user