You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time is used in the constructors of both Space and Universe.
Space uses Time in its constructor to validate the amount of dimensions across them, but don't keep Time as attribute.
Universe, however, only keeps Time as attribute.
The instance of Time informed in the constructors of both Space and Universe must be the exact same, therefore, a validation must take place to match them somehow.
The text was updated successfully, but these errors were encountered:
Time is used in the constructors of both Space and Universe.
Space uses Time in its constructor to validate the amount of dimensions across them, but don't keep Time as attribute.
Universe, however, only keeps Time as attribute.
The instance of Time informed in the constructors of both Space and Universe must be the exact same, therefore, a validation must take place to match them somehow.
The text was updated successfully, but these errors were encountered: