Remove iomanip

This commit is contained in:
Andrius Štikonas 2015-04-25 02:52:51 +01:00
förälder a52e2e1ff6
incheckning becdde21a4
1 ändrade filer med 0 tillägg och 1 borttagningar

Visa fil

@ -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>);