mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed spaces in PARAMS macro
This commit is contained in:
parent
8d7f9c9a0d
commit
cee775e5ac
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
PARAMS_3(_temperature, _pressure, _relativeHumidity);
|
PARAMS_3(_temperature,_pressure,_relativeHumidity);
|
||||||
|
|
||||||
_pressure = _pressure * 100; // hPa to Pa
|
_pressure = _pressure * 100; // hPa to Pa
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user