demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
BSD 3-Clause "New" or "Revised" License
36 stars 17 forks source link

Insert an info event when a station information record is modified #1

Closed demiangomez closed 6 years ago

demiangomez commented 6 years ago

Whenever a modification is performed to a station information record, it would be good to create an event that shows network, station, old and new station info record.

demiangomez commented 6 years ago

Done. The StationInfo class inserts an event whenever there is a change (insert, delete, modify).