fix: some destructor warning

This commit is contained in:
robin
2024-05-06 12:39:01 +02:00
parent 86fda876b1
commit e43df5df78
4 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ public:
return metre / 1000. / 1.852 / 60.;
}
virtual ~AdvectionKernel() = default; // Apparently I need this, idk why
};
#endif //ADVECTION_ADVECTIONKERNEL_H