Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/errorhandler.cc
[mareframe] / trunk / gadget / errorhandler.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/errorhandler.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19, Wed May 25 16:36:33 2016 UTC revision 20, Fri Apr 7 09:20:55 2017 UTC
# Line 84  Line 84 
84  void ErrorHandler::logMessage(LogLevel mlevel, const char* msg) {  void ErrorHandler::logMessage(LogLevel mlevel, const char* msg) {
85    if (mlevel > loglevel)    if (mlevel > loglevel)
86      return;      return;
87    #pragma omp critical (logchar)
88    switch (mlevel) {    switch (mlevel) {
89      case LOGNONE:      case LOGNONE:
90        break;        break;
# Line 129  Line 129 
129    if (mlevel > loglevel)    if (mlevel > loglevel)
130      return;      return;
131    
132    #pragma omp critical (logcharchar)
133    switch (mlevel) {    switch (mlevel) {
134      case LOGNONE:      case LOGNONE:
135        break;        break;
# Line 173  Line 174 
174    if (mlevel > loglevel)    if (mlevel > loglevel)
175      return;      return;
176    
177    #pragma omp critical (logCharInt)
178    switch (mlevel) {    switch (mlevel) {
179      case LOGNONE:      case LOGNONE:
180        break;        break;

Legend:
Removed from v.19  
changed lines
  Added in v.20

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge