1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-07-22 10:47:46 +02:00

default value info added

This commit is contained in:
Ravindra Shinde 2021-03-26 09:15:13 +01:00
parent 35d20783f2
commit ad4af797fb

View File

@ -99,6 +99,7 @@
` optimize_wavefunction true`
8. Single and Double precision numbers along with numbers in scientific format can be read using the `fdf_get()` function.
The second number in the bracket denotes the default value.
`energy_tol = fdf_get('energy_tol', 0.00001d0)`