Commit bc26046d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated data manager class

parent ae4c095d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -90,7 +90,7 @@ class CsstSimParams(BasicParams):
    def __init__(self):
    def __init__(self):
        # define versions of simulation
        # define versions of simulation
        # C denotes for Cycle
        # C denotes for Cycle
        self.VER_SIMS = ["C3", "C5.1", "C5.2"]
        self.VERSIONS = ["C3", "C5.1", "C5.2"]




cp = CsstParams()
cp = CsstParams()