summaryrefslogtreecommitdiffstats
path: root/flow/gsl/dummy.cc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-12-06 19:28:06 +0900
committerMichele Calgaro <[email protected]>2020-12-06 19:28:06 +0900
commit00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch)
tree043b5970d66e539e1fbf6dde03440d6569e34c4e /flow/gsl/dummy.cc
parent2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff)
downloadarts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz
arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'flow/gsl/dummy.cc')
-rw-r--r--flow/gsl/dummy.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/flow/gsl/dummy.cc b/flow/gsl/dummy.cc
deleted file mode 100644
index 9fde279..0000000
--- a/flow/gsl/dummy.cc
+++ /dev/null
@@ -1,3 +0,0 @@
-/* this is a C++ dummy source to force c++ linkage of the examples */
-
-namespace Arts { int arts_flow_gsl_dummy = 0; }