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/interruptinterface.cc
[mareframe] / trunk / gadget / interruptinterface.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/interruptinterface.cc

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

revision 16, Tue Oct 13 11:29:01 2015 UTC revision 17, Mon Nov 9 10:22:57 2015 UTC
# Line 4  Line 4 
4  #include "gadget.h"  #include "gadget.h"
5    
6  extern Ecosystem* EcoSystem;  extern Ecosystem* EcoSystem;
7    extern volatile int interrupted;
8  #ifdef _OPENMP  #ifdef _OPENMP
9  extern Ecosystem** EcoSystems;  extern Ecosystem** EcoSystems;
10  #endif  #endif
# Line 31  Line 31 
31  }  }
32    
33  int InterruptInterface::menu() {  int InterruptInterface::menu() {
34      interrupted = 0;
35    char userinput[MaxStrLength];    char userinput[MaxStrLength];
36    char interruptfile[MaxStrLength];    char interruptfile[MaxStrLength];
37    strncpy(userinput, "", MaxStrLength);    strncpy(userinput, "", MaxStrLength);

Legend:
Removed from v.16  
changed lines
  Added in v.17

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

Powered By FusionForge