Closed andrewdavidsmith closed 2 years ago
Several programs still use their own reading functions, which makes it difficult to maintain. The operator>> in the MSite struct (declared in MethpipeSite.hpp) has existed for a long time, and all these should be converted.
operator>>
MSite
MethpipeSite.hpp
Fixed at some point.
Several programs still use their own reading functions, which makes it difficult to maintain. The
operator>>
in theMSite
struct (declared inMethpipeSite.hpp
) has existed for a long time, and all these should be converted.