Author: andrico
Date: Sun Nov 29 18:40:41 2015
New Revision: 5163

URL: http://svn.gna.org/viewcvs/getfem?rev=5163&view=rev
Log:
setting a warning and trace level in a test problem

Modified:
    trunk/getfem/contrib/level_set_contact/test_contact.cpp

Modified: trunk/getfem/contrib/level_set_contact/test_contact.cpp
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/level_set_contact/test_contact.cpp?rev=5163&r1=5162&r2=5163&view=diff
==============================================================================
--- trunk/getfem/contrib/level_set_contact/test_contact.cpp     (original)
+++ trunk/getfem/contrib/level_set_contact/test_contact.cpp     Sun Nov 29 
18:40:41 2015
@@ -39,6 +39,9 @@
 int main(int argc, char *argv[])
 {
     using namespace getfem;
+
+    gmm::set_traces_level(1);
+    gmm::set_warning_level(1);
 
     GMM_SET_EXCEPTION_DEBUG; // Exceptions make a memory fault, to debug.
     FE_ENABLE_EXCEPT;        // Enable floating point exception for Nan.


_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits

Reply via email to