Skip to content

Commit ef6cd63

Browse files
committed
added macros for Arte output
1 parent df97012 commit ef6cd63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tooltips.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2014-2015: G-CSC, Goethe University Frankfurt
3-
* Author: Sebastian Reiter, Anahita Werner
3+
* Author: Sebastian Reiter, Anahita Werner, Markus Knodel some adds
44
*
55
* This file is part of UG4.
66
*
@@ -57,7 +57,9 @@
5757

5858
//fracture tools
5959
#define TOOLTIP_EXPAND_LAYERS_2D "Expands a 1d layer to a 2d layer by introducing quadrilaterals."
60+
#define TOOLTIP_EXPAND_LAYERS_2D_ARTE "Expands a 1d layer to a 2d layer by introducing quadrilaterals, using the Arte algorithm."
6061
#define TOOLTIP_EXPAND_LAYERS_3D "Expands a 2d layer to a 3d layer by introducing prisms."
62+
#define TOOLTIP_EXPAND_LAYERS_3D_ARTE "Expands a 2d layer to a 3d layer by introducing prisms, using the Arte algorithm."
6163
#define TOOLTIP_FRAC_TO_LAYER "Enhances a 2d fracture to a 3d fracture."
6264

6365
//new tools

0 commit comments

Comments
 (0)