From 6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 24 May 2022 11:45:50 +0200 Subject: add C++ program to compute the surface --- buch/papers/kugel/images/spherecurve.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buch/papers/kugel/images/spherecurve.m') diff --git a/buch/papers/kugel/images/spherecurve.m b/buch/papers/kugel/images/spherecurve.m index ea9c901..99d5c9a 100644 --- a/buch/papers/kugel/images/spherecurve.m +++ b/buch/papers/kugel/images/spherecurve.m @@ -1,5 +1,5 @@ # -# spherecurv.m +# spherecurve.m # # (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # @@ -125,7 +125,7 @@ function dreieck(fn, v0, v1, v2) fprintf(fn, " }\n"); endfunction -fn = fopen("spherecurve.inc", "w"); +fn = fopen("spherecurve2.inc", "w"); for i = (1:phisteps) # Polkappe nord -- cgit v1.2.1