Commit a8e9f9d077c12f441a72f348b3432813602116a1

Authored by Quentin Brzustowski
1 parent 4b5b13ba

testing parser

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
PARAM_DEF/bepi_lat_hae.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="HEE"/>
6 6 </vi>
7 7 </get>
8   - <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])+($bepi_cruise_all_HEE[2])))*RAD2DEG</process>
  8 + <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(pow($bepi_cruise_all_HEE[1],2)+pow($bepi_cruise_all_HEE[2],2)))*RAD2DEG</process>
9 9 <output/>
10 10 </param>
11 11 \ No newline at end of file
... ...