From 247750abcbf6760bbc52aa5d64fc375d6fbee8a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 6 Dec 2020 19:28:06 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59) --- flow/gsl/dummy.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 flow/gsl/dummy.cpp (limited to 'flow/gsl/dummy.cpp') diff --git a/flow/gsl/dummy.cpp b/flow/gsl/dummy.cpp new file mode 100644 index 0000000..9fde279 --- /dev/null +++ b/flow/gsl/dummy.cpp @@ -0,0 +1,3 @@ +/* this is a C++ dummy source to force c++ linkage of the examples */ + +namespace Arts { int arts_flow_gsl_dummy = 0; } -- cgit v1.2.3