| 2966 | } |
| 2967 | |
| 2968 | void fixFloatingFiberOutput() { |
| 2969 | /* |
| 2970 | for some reason, some fiber-based cross section do not write the SectionOutput-tag before the FiberOutput-tag. |
| 2971 | this make things complicated and not robust. this is a workaround to fix this problem. |
| 2972 | */ |
| 2973 | fixFloatingFiberOutputInternal(); |
| 2974 | } |
| 2975 | |
| 2976 | void fixSectionAfterFiberDueToFiberOutputFail() { |
| 2977 | /* |