Removed inconsistencies.

This commit is contained in:
Ludger Küperkoch 2017-03-16 11:47:01 +01:00
parent fcd977c9bc
commit 380c96e5a5

View File

@ -23,5 +23,5 @@ def export(picks, fnout, parameter, eventinfo):
:param: eventinfo, source information needed for focmec format :param: eventinfo, source information needed for focmec format
:type: list object :type: list object
''' '''
# write phases to hypoDD-phase file # write phases to FOCMEC-phase file
writephases(picks, 'focmec', fnout, parameter, eventinfo) writephases(picks, 'FOCMEC', fnout, parameter, eventinfo)