From d9901a5361091933f46690db38317cd5701ed882 Mon Sep 17 00:00:00 2001
From: Benjamin Renard <benjamin.renard@akka.eu>
Date: Mon, 1 Feb 2021 17:11:10 +0100
Subject: [PATCH] Remove isPosition selection for GSE2GSM and GSM2GSE functions (#8004)

---
 generic_data/Functions/functions.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/generic_data/Functions/functions.xml b/generic_data/Functions/functions.xml
index da0dd2a..93c1698 100644
--- a/generic_data/Functions/functions.xml
+++ b/generic_data/Functions/functions.xml
@@ -161,17 +161,11 @@
         <info_brief>Frames transformation</info_brief>
         <new_kernel>#framesTransformation</new_kernel>
     </function>
-    <function name="GSE2GSM(,)" args="1" kind="frames" group="space">
-        <prompts>
-            <prompt type="boolean">The vector represent a position in space?</prompt>
-        </prompts>
+    <function name="GSE2GSM()" kind="frames" group="space">
         <info_brief>GSE to GSM frame transformation</info_brief>
         <new_kernel>#GSE2GSM</new_kernel>
     </function>
-    <function name="GSM2GSE(,)" args="1" kind="frames" group="space">
-        <prompts>
-            <prompt type="boolean">The vector represent a position in space?</prompt>
-        </prompts>
+    <function name="GSM2GSE()" kind="frames" group="space">
         <info_brief>GSM to GSE frame transformation</info_brief>
         <new_kernel>#GSM2GSE</new_kernel>
     </function>
--
libgit2 0.21.2