1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-31 13:02:27 -04:00

Compare commits

..

No commits in common. "b3f83c33faa984b785af61a3c94d11ceccbdeddd" and "ba673bf3a2c3d939b9e3b6f6f63079f9eb2ba9a6" have entirely different histories.

View File

@ -444,7 +444,6 @@ EMNR::G::G(
std::copy(Calculus::GG.begin(), Calculus::GG.end(), GG.begin());
std::copy(Calculus::GGS.begin(), Calculus::GGS.end(), GGS.begin());
/* Removed as redundant and causes a stack overflow on Mac - see #2324
// We keep this pretty useless part just in case...
if ((fileb = fopen("calculus", "rb")))
{
@ -463,7 +462,7 @@ EMNR::G::G(
std::copy(ggs.begin(), ggs.end(), GGS.begin());
}
fclose(fileb);
}*/
}
}
void EMNR::G::calc_gamma0()