﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2474	Problem in modifying / saving Modelica code in OMEdit	dr.christian.kral@…	somebody	"I attached a model which calculates the inductances `L11`, `L22` and `L12` with OMEdit. The equation for calculating these inductances are wrong, however. When I try to correct the three parameter equations from
{{{
L11 = N1 * N1 / lFe / mur / Modelica.Constants.mue_0 / A
L12 = N1 * N2 / lFe / mur / Modelica.Constants.mue_0 / A
L22 = N2 * N2 / lFe / mur / Modelica.Constants.mue_0 / A
}}}
to 
{{{
L11 = N1 * N1 / (lFe / mur / Modelica.Constants.mue_0 / A)
L12 = N1 * N2 / (lFe / mur / Modelica.Constants.mue_0 / A)
L22 = N2 * N2 / (lFe / mur / Modelica.Constants.mue_0 / A)
}}}
and save the file. The original code is restored and the parameter equations remain unchanged. I experienced this issue in the nightly built version r18087 under 32 bit Ubuntu 12.04. "	defect	closed	high	1.11.0	Interactive Environment	trunk	fixed	overwrite Modelica code, save	Adrian Pop
