summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 19:34:01 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 19:34:01 +0200
commit9fbd4e0fedea42a206843981dffeb87095797581 (patch)
tree557c45099cb732ed298633d2a1a9e60bfe472998 /src/main.cpp
parent674563203b5653238a2ae6ef4a0a267a7661607b (diff)
Enable cmake for model
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 597ce39..689767a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,9 +5,9 @@
int main()
{
- Grid * grid = new Grid();
+// Grid * grid = new Grid();
- grid->description();
+// grid->description();
return 0;
}