Commit 4b5b13ba5232bb1cf1f50a811b79123e187c65b1

Authored by Quentin Brzustowski
1 parent c3cc082b

testing expression 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])^2 + ($bepi_cruise_all_HEE[2])^2))*RAD2DEG</process>
  8 + <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])+($bepi_cruise_all_HEE[2])))*RAD2DEG</process>
9 9 <output/>
10 10 </param>
11 11 \ No newline at end of file
... ...