Skip to content
Snippets Groups Projects
Commit 59396ca8 authored by balaskoa's avatar balaskoa
Browse files

Temporary spaces in cfg file of floatOper till bug fix


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: Ie634bf0005bab1497cd515949f6ed44de9a63a1f
parent 2b96e78d
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@
#
###############################################################################
[MODULE_PARAMETERS]
tsp_f_changed1 := 1.2+3.6/2.0;
tsp_f_changed1 := 1.2 + 3.6 / 2.0
#Stops at reading cfg file:
#Error while setting parameter field 'tsp_f_changed2' to '3.600000 / 0.000000': Floating point division by zero
#tsp_f_changed2 := 1.2+3.6/0.0; //division zero
tsp_f_changed2 := -tsp_f_changed1+2.0*1.5-1.3
#tsp_f_changed2 := 1.2+3.8/0.0; //division zero
tsp_f_changed2 := -tsp_f_changed1+ 2.0*1.5- 1.3
[LOGGING]
Logfile := "floatOper.log"
FileMask := LOG_ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment