Print props file

This commit is contained in:
LukasBuecherl 2023-03-28 15:11:14 +01:00
parent 2674494894
commit 7e8f2e6f9f

View file

@ -413,7 +413,7 @@ public class SBML2PRISM {
out.close();
// writePRISMProperty(filename, model);
writePRISMProperty(filename, model);
}