fix: readded "using namespace tug;" in naaice/BTCS_2D_NAAICE.cpp

This commit is contained in:
Marco De Lucia 2023-10-16 17:34:52 +02:00
parent 8cfb61587d
commit 0471f3d8f9

View File

@ -11,6 +11,8 @@
#include "files.hpp"
using namespace tug;
/**
* Try to parse an input string into a given template type.
*/