This commit is contained in:
parent
9ecdc5eb43
commit
4d4f9129bd
|
|
@ -30,7 +30,6 @@ string TimeLayer::secondsToDate(int t) {
|
|||
|
||||
this->lastT = t;
|
||||
return string("year " + std::to_string(years) + ", day " + std::to_string(days));
|
||||
// return string("seconds " + std::to_string(t));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
#include "QT/MainWindow.h"
|
||||
|
||||
// TODO: make Lagrangian Layers share one vtkPoints for seemless technique swiching
|
||||
// TODO: yoink Robin's isNearestNeighbourZero function to improve beaching
|
||||
// TODO: add a button to reset the simulation - set time=0 and reset points array of particles.
|
||||
// TODO: yoink Robin's isNearestNeighbourZero function to improve beaching
|
||||
// FIXME: go over each function and add const where appropriate.
|
||||
// FIXME: rotate ECol monochromatic layer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue