Skip to content

Commit

Permalink
added macros for Arte output
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus committed Dec 16, 2024
1 parent df97012 commit ef6cd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tooltips.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2015: G-CSC, Goethe University Frankfurt
* Author: Sebastian Reiter, Anahita Werner
* Author: Sebastian Reiter, Anahita Werner, Markus Knodel some adds
*
* This file is part of UG4.
*
Expand Down Expand Up @@ -57,7 +57,9 @@

//fracture tools
#define TOOLTIP_EXPAND_LAYERS_2D "Expands a 1d layer to a 2d layer by introducing quadrilaterals."
#define TOOLTIP_EXPAND_LAYERS_2D_ARTE "Expands a 1d layer to a 2d layer by introducing quadrilaterals, using the Arte algorithm."
#define TOOLTIP_EXPAND_LAYERS_3D "Expands a 2d layer to a 3d layer by introducing prisms."
#define TOOLTIP_EXPAND_LAYERS_3D_ARTE "Expands a 2d layer to a 3d layer by introducing prisms, using the Arte algorithm."
#define TOOLTIP_FRAC_TO_LAYER "Enhances a 2d fracture to a 3d fracture."

//new tools
Expand Down

0 comments on commit ef6cd63

Please sign in to comment.