﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2673	OMEdit does not import initial conditions correctly	Francesco Casella	Lennart Ochel	"Problem: I want to restart a simulation from the state of a previously saved simulation.

OMEdit allows to specify in Simulation Setup | Simulation Flags an Equation System Initialization file and an Equation System Intialization Time. I report two problems:

- if I use the .mat file which is generated by default, OMC then tries
  to write to it and read to it simulataneously and it crashes. So, 
  I need to copy or rename that result file, which is a bit inconvenient
- once I copy the file, OMEdit seems to ignore the intial conditions
  from the .mat file anyway.

Test case:

{{{
model foo
  Real x(start = 2, fixed = true);
equation 
  der(x) = -x;
end foo;
}}}"	defect	closed	critical	1.16.0	Run-time	trunk	fixed		Andrea Bartolini
