diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 12:17:34 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 12:17:34 +0100 |
commit | a0364c2561dda4c4b67e7e3b6830719b4ed60916 (patch) | |
tree | 2fef05a3297cf8a3643dfe0f2fac3a30fc2c2183 /ChangeLog | |
parent | aa0c59c7a3ede267730fe85f9e27b1814f9e897a (diff) |
set_nd_nq is now in mkin, fix Steps12 bug
If a scenario with a slash "/" was selected in PEC_sw_focus(),
the Step 2 file generated giving an error (path not found) in the
Steps12 calculator, because the scenario name is part of the "compound"
name in this implementation, in order to show it in the list that the
calculator presents.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +commit aa0c59c7a3ede267730fe85f9e27b1814f9e897a +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2021-11-19 00:18:41 +0100 + + Update static docs + +commit f4e35b0bf9c4de0b5c6235f5cf9e284faf40569f +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2021-11-19 00:17:33 +0100 + + Update docs and logs + commit 6e3917d814500d5af43702b4d4be1e44cefc00d4 Author: Johannes Ranke <jranke@uni-bremen.de> Date: 2021-11-18 11:22:44 +0100 |