Skip to content
Snippets Groups Projects

WIP: Resolve "Complete state vector new data structure?"

Closed Joan Solà Ortega requested to merge 287-complete-state-vector-new-data-structure into devel
5 files
+ 49
24
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -44,8 +44,10 @@ class Problem : public std::enable_shared_from_this<Problem>
// TODO move somewhere below
public:
StateComposite getStateComposite() const;
StateComposite getStateComposite(const TimeStamp& _ts) const;
bool getStateComposite(StateComposite& _state) const;
bool getStateComposite(const TimeStamp& _ts, StateComposite& _state) const;
StateComposite getStateComposite() const;
StateComposite getStateComposite(const TimeStamp& _ts) const;
Loading