vv                439 old_code/tumor_growth/tumor_growth.h     auto eucl_norm = [](const Range<Vector>& vv){
vv                440 old_code/tumor_growth/tumor_growth.h       return std::sqrt(vv[0] * vv[0] + vv[1] * vv[1] + vv[2] * vv[2]);