source: issm/trunk/src/m/shared/VerbSolver.m@ 6316

Last change on this file since 6316 was 6316, checked in by Mathieu Morlighem, 14 years ago

Added Warning

File size: 376 bytes
RevLine 
[6300]1function bool=VerbSolver()
[6316]2%VERBSOLVER - Return true if solver level is activated
[6300]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
11bool=logical(bitand(GetVerbosityLevel(),8));
Note: See TracBrowser for help on using the repository browser.