LeMonADE-project / LeMonADE

Library for Monte Carlo Simulation applying the Bond Fluctuation Model
Other
3 stars 11 forks source link

* Fix output for !add_bonds and !remove_bonds #143

Closed Bondoki closed 3 years ago

Bondoki commented 3 years ago

As default the file commands !add_bonds and !remove_bonds are written to the file regardless if there's any entry. This unnecessary increases the file size. This fix only outputs the commands if there any entries to save.

Bondoki commented 3 years ago

should fix #144