summaryrefslogtreecommitdiff
path: root/src/operator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/operator.cpp')
-rw-r--r--src/operator.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/operator.cpp b/src/operator.cpp
new file mode 100644
index 0000000..7324856
--- /dev/null
+++ b/src/operator.cpp
@@ -0,0 +1,10 @@
1#include "genetic/operator.h"
2
3Genetic::Operator::Operator()
4{
5}
6
7Genetic::Operator::~Operator()
8{
9}
10