aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-22 00:14:10 +0100
committerGitHub <noreply@github.com>2018-06-22 00:14:10 +0100
commitb1673de1b46bd2e566b7c66197ad989d0323f061 (patch)
tree2cbfdab552025af7a8772069b9f9935f9c9f387f /yage/math
parent39ef9c1cbe660a8369a33eb0ba13cc15be4cfa15 (diff)
parent3702e753a5f7b31c31261c968757e19e808a84ec (diff)
downloadYAGE-b1673de1b46bd2e566b7c66197ad989d0323f061.tar.gz
YAGE-b1673de1b46bd2e566b7c66197ad989d0323f061.zip
Merge pull request #19 from ymherklotz/develop
Develop
Diffstat (limited to 'yage/math')
-rw-r--r--yage/math/matrix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/yage/math/matrix.h b/yage/math/matrix.h
index a41c522f..c1a93413 100644
--- a/yage/math/matrix.h
+++ b/yage/math/matrix.h
@@ -7,14 +7,10 @@
* ----------------------------------------------------------------------------
*/
-/** @file
- */
-
#pragma once
#include <algorithm>
#include <exception>
-#include <iostream>
#include <sstream>
#include <string>
#include <vector>