This commit is contained in:
Djairo Hougee 2024-05-30 18:46:36 +02:00
parent 9ecdc5eb43
commit 4d4f9129bd
2 changed files with 1 additions and 2 deletions

View File

@ -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));
}

View File

@ -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