commit f919e169e9a836ece98ae914de17ff261fb25148
parent c93e382bed342722ed1e36e3205b28c1034df73b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 4 Dec 2020 09:22:23 +0100
Reorder the Star-Engine components menu in alphabetical order
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meso-menu.sh b/meso-menu.sh
@@ -233,12 +233,12 @@ print_star_engine_sub_menu() {
local root=$1
local name=$2
local components=(
- "Star-3D Star-3D"
- "Star-VX Star-VoXel"
+ "Star-Geom Geometric data"
"Star-2D Star-2D"
+ "Star-3D Star-3D"
"Star-SP Star-SamPling"
"Star-SF Star-ScatteringFunctions"
- "Star-Geom Geometric data")
+ "Star-VX Star-VoXel")
echo ' <div id=sub-menu>'
echo ' <ul>'