Remove iomanip

Este commit está contenido en:
Andrius Štikonas 2015-04-25 02:52:51 +01:00
padre a52e2e1ff6
commit becdde21a4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -20,7 +20,6 @@
#include <cmath>
#include <complex>
#include <iostream>
#include <iomanip>
static double alpha, beta;
std::complex<double> crossRatio (std::complex<double>, std::complex<double>, std::complex<double>, std::complex<double>);