Opened 4 years ago
Closed 4 years ago
#2602 closed Bug (fixed)
cleaning of stpctl
Reported by: | smasson | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | MULTIPLE | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
- stp_ctl_SWE was added to stp_ctl which is not following the strategy used for other versions of stp_ctl in SAS or STATION_ASF
- there is minors bugs in stp_ctl_SWE
Analysis
- homogenize the stp_ctl treatment. Simpler to duplicate stp_ctl routine than duplicate differentes versions of stp_ctl_* inside a unique stp_ctl (because of the specific USE, the different stp_ctl_* names which implies changes in step, because it is simpler to compare 2 different files than 2 different parts of the same file...)
Fix
- use stp_ctl_SWE to create SWE/stp_ctl
- add some parameters in stp_ctl so there is less differences in the different versions of stp_ctl and it is easier to update/create them.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
14318 | smasson | 2021-01-20T11:49:35+01:00 | trunk: stpctl cleaning, #2602 |
Change History (2)
comment:1 Changed 4 years ago by smasson
comment:2 Changed 4 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
done in [14318]
Note: See
TracTickets for help on using
tickets.
In 14318: