Guib version 1.0

This commit is contained in:
Tone Kokalj 2022-06-07 16:22:14 +02:00
parent ad4c6df70c
commit 0874221957
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Tue Jun 07 2022 Anton Kokalj (tone.kokalj@ijs.si)
* textvalueToValue & valueToTextvalue did not work properly for
elements of dimension (for example if "dim" is a dimension, then
"textvalueToValue dim textvalue" worked OK, but "textvalueToValue
dim(1) textvalue" did not
* implicit array assignment was not parsed correctly if only one
value was specified, i.e. kpoint = 1 did not work, whereas kpoint
= 1 2 was OK.
Sat Jan 08 2022 Anton Kokalj (tone.kokalj@ijs.si)
* adding the openInput method to :guib/GUI class. This enables to
open an input file from the command line (used for pwgui -o

View File

@ -1 +1 @@
0.7
1.0