- 20 Mar, 2017 2 commits
- 19 Mar, 2017 2 commits
- 18 Mar, 2017 5 commits
-
-
kraus authored
-
kraus authored
-
kraus authored
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
tell H5hut not to abort on error, we check the return value; fixing OPAL/regression-tests#11 OPAL/regression-tests#12 OPAL/regression-tests#13
-
- 17 Mar, 2017 14 commits
-
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
snuverink_j authored
-
snuverink_j authored
-
snuverink_j authored
-
snuverink_j authored
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
Uldis Locans authored
-
Uldis Locans authored
-
Uldis Locans authored
-
Uldis Locans authored
-
Uldis Locans authored
-
- 16 Mar, 2017 3 commits
-
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
- 15 Mar, 2017 3 commits
-
-
snuverink_j authored
-
snuverink_j authored
-
adelmann authored
-
- 13 Mar, 2017 3 commits
-
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
- 12 Mar, 2017 1 commit
-
-
kraus authored
-
- 11 Mar, 2017 1 commit
-
-
Andreas Adelmann authored
-
- 10 Mar, 2017 1 commit
-
-
gsell authored
First proposition for better error messages With this patch the user gets a hint about what is wrong in his input file as requested in #32 If one omits the TRACK command OPAL writes ``` Error> RUN,METHOD="PARALLEL-T",BEAM=BEAM1,FIELDSOLVER=FS1,DISTRIBUTION=DIST1; Error> Syntax error, the command 'RUN' could belong to Error> - the command TRACK Error> but it's not present! ``` If parts of a definition are commented out then OPAL writes ``` Error> MAXSTEPS=600000,DT=2e-13,ZSTOP=0.3; Error> ^ Error> Syntax error, either the keyword REAL is missing or Error> the attribute 'MAXSTEPS' could belong to Error> - the command TRACK Error> but it's not present! ``` Disadvantage: one has always to use REAL when defining variables. e.g. ``` MINSTEPFORREBIN = 500; ``` isn't accepted any more. Instead one has to write ``` REAL MINSTEPFORREBIN = 500; ``` See merge request !9
-
- 08 Mar, 2017 1 commit
-
-
gsell authored
-
- 07 Mar, 2017 4 commits
-
-
Christof Metzger-Kraus authored
-
Christof Metzger-Kraus authored
-
Andreas Adelmann authored
-
Andreas Adelmann authored
-