Last change
on this file since 6300 was 6300, checked in by Mathieu Morlighem, 14 years ago |
Synchronized Verbose routines
|
File size:
344 bytes
|
Rev | Line | |
---|
[6300] | 1 | function bool=VerbSolver()
|
---|
| 2 | %VERBSOLVER - Enum of
|
---|
| 3 | %
|
---|
| 4 | % WARNING: DO NOT MODIFY THIS FILE
|
---|
| 5 | % this file has been automatically generated by src/c/shared/Numerics/Synchronize.sh
|
---|
| 6 | % Please read src/c/shared/Numerics/README for more information
|
---|
| 7 | %
|
---|
| 8 | % Usage:
|
---|
| 9 | % bool=VerbSolver()
|
---|
| 10 |
|
---|
| 11 | bool=logical(bitand(GetVerbosityLevel(),8));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.