|
@@ -41,8 +41,8 @@ EggQtess() {
|
|
|
|
|
|
|
|
add_option
|
|
add_option
|
|
|
("f", "filename", 0,
|
|
("f", "filename", 0,
|
|
|
- "Read the indicated qtess-style parameter file. Type qtess -H "
|
|
|
|
|
- "to print a description of the qtess-style format.",
|
|
|
|
|
|
|
+ "Read the indicated parameter file. Type egg-qtess -H "
|
|
|
|
|
+ "to print a description of the parameter file format.",
|
|
|
&EggQtess::dispatch_filename, NULL, &_qtess_filename);
|
|
&EggQtess::dispatch_filename, NULL, &_qtess_filename);
|
|
|
|
|
|
|
|
add_option
|
|
add_option
|
|
@@ -102,13 +102,13 @@ EggQtess() {
|
|
|
|
|
|
|
|
add_option
|
|
add_option
|
|
|
("q", "", 0,
|
|
("q", "", 0,
|
|
|
- "Instead of writing an egg file, generate a qtess-style input file "
|
|
|
|
|
|
|
+ "Instead of writing an egg file, generate a parameter file "
|
|
|
"for output.",
|
|
"for output.",
|
|
|
&EggQtess::dispatch_none, &_qtess_output);
|
|
&EggQtess::dispatch_none, &_qtess_output);
|
|
|
|
|
|
|
|
add_option
|
|
add_option
|
|
|
("H", "", 0,
|
|
("H", "", 0,
|
|
|
- "Describe the format of the qtess parameter file specified with -f.",
|
|
|
|
|
|
|
+ "Describe the format of the parameter file specified with -f.",
|
|
|
&EggQtess::dispatch_none, &_describe_qtess);
|
|
&EggQtess::dispatch_none, &_describe_qtess);
|
|
|
|
|
|
|
|
_uniform_per_isoparam = 0.0;
|
|
_uniform_per_isoparam = 0.0;
|
|
@@ -228,7 +228,7 @@ run() {
|
|
|
void EggQtess::
|
|
void EggQtess::
|
|
|
describe_qtess_format() {
|
|
describe_qtess_format() {
|
|
|
nout <<
|
|
nout <<
|
|
|
- "A qtess-style parameter file consists of lines of the form:\n\n"
|
|
|
|
|
|
|
+ "An egg-qtess parameter file consists of lines of the form:\n\n"
|
|
|
|
|
|
|
|
"name [name...] : parameters\n\n"
|
|
"name [name...] : parameters\n\n"
|
|
|
|
|
|