fix alphabetical order

This commit is contained in:
goncalvesmachadoc 2023-11-20 16:45:26 +01:00
parent c74bee0596
commit 3c5dbecf7f

View File

@ -2931,8 +2931,8 @@ Well{0} entered with 'FIELD' parent group:
{ "WELOPEN" , &Schedule::handleWELOPEN }, { "WELOPEN" , &Schedule::handleWELOPEN },
{ "WELPI" , &Schedule::handleWELPI }, { "WELPI" , &Schedule::handleWELPI },
{ "WELSEGS" , &Schedule::handleWELSEGS }, { "WELSEGS" , &Schedule::handleWELSEGS },
{ "WELSPECS", &Schedule::handleWELSPEC },
{ "WELSPECL", &Schedule::handleWELSPEC }, { "WELSPECL", &Schedule::handleWELSPEC },
{ "WELSPECS", &Schedule::handleWELSPEC },
{ "WELTARG" , &Schedule::handleWELTARG }, { "WELTARG" , &Schedule::handleWELTARG },
{ "WELTRAJ" , &Schedule::handleWELTRAJ }, { "WELTRAJ" , &Schedule::handleWELTRAJ },
{ "WFOAM" , &Schedule::handleWFOAM }, { "WFOAM" , &Schedule::handleWFOAM },