Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
gmsh
Commits
3e7bbabf
Commit
3e7bbabf
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
oops :-)
parent
932d4f90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Common/DefaultOptions.h
+8
-8
8 additions, 8 deletions
Common/DefaultOptions.h
with
8 additions
and
8 deletions
Common/DefaultOptions.h
+
8
−
8
View file @
3e7bbabf
...
@@ -48,9 +48,9 @@ StringXString GeneralOptions_String[] = {
...
@@ -48,9 +48,9 @@ StringXString GeneralOptions_String[] = {
{
F
|
O
,
"ErrorFileName"
,
opt_general_error_filename
,
{
F
|
O
,
"ErrorFileName"
,
opt_general_error_filename
,
#if defined(WIN32)
#if defined(WIN32)
".gmsh-errors"
,
#else
"gmsh-errors"
,
"gmsh-errors"
,
#else
".gmsh-errors"
,
#endif
#endif
"File into which the log is saved if a fatal error occurs"
},
"File into which the log is saved if a fatal error occurs"
},
...
@@ -66,9 +66,9 @@ StringXString GeneralOptions_String[] = {
...
@@ -66,9 +66,9 @@ StringXString GeneralOptions_String[] = {
{
F
|
S
,
"OptionsFileName"
,
opt_general_options_filename
,
{
F
|
S
,
"OptionsFileName"
,
opt_general_options_filename
,
#if defined(WIN32)
#if defined(WIN32)
".gmsh-options"
,
#else
"gmsh-options"
,
"gmsh-options"
,
#else
".gmsh-options"
,
#endif
#endif
"Option file created with `Tools->Options->Save'; automatically read on startup"
},
"Option file created with `Tools->Options->Save'; automatically read on startup"
},
...
@@ -85,9 +85,9 @@ StringXString GeneralOptions_String[] = {
...
@@ -85,9 +85,9 @@ StringXString GeneralOptions_String[] = {
{
0
,
"SessionFileName"
,
opt_general_session_filename
,
{
0
,
"SessionFileName"
,
opt_general_session_filename
,
#if defined(WIN32)
#if defined(WIN32)
".gmshrc"
,
#else
"gmshrc"
,
"gmshrc"
,
#else
".gmshrc"
,
#endif
#endif
"Option file into which session specific information is saved; automatically "
"Option file into which session specific information is saved; automatically "
"read on startup"
},
"read on startup"
},
...
@@ -103,9 +103,9 @@ StringXString GeneralOptions_String[] = {
...
@@ -103,9 +103,9 @@ StringXString GeneralOptions_String[] = {
"System command to launch a text editor"
},
"System command to launch a text editor"
},
{
F
|
S
,
"TmpFileName"
,
opt_general_tmp_filename
,
{
F
|
S
,
"TmpFileName"
,
opt_general_tmp_filename
,
#if defined(WIN32)
#if defined(WIN32)
".gmsh-tmp"
,
#else
"gmsh-tmp"
,
"gmsh-tmp"
,
#else
".gmsh-tmp"
,
#endif
#endif
"Temporary file used by the geometry module"
},
"Temporary file used by the geometry module"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment