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

Diff of /trunk/gadget/gadget.cc

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

revision 15, Tue Sep 1 19:14:33 2015 UTC revision 16, Tue Oct 13 11:29:01 2015 UTC
# Line 6  Line 6 
6  #include "stochasticdata.h"  #include "stochasticdata.h"
7  #include "interrupthandler.h"  #include "interrupthandler.h"
8  #include "global.h"  #include "global.h"
9  #ifndef NO_OPENMP  #ifdef _OPENMP
10  #include <omp.h>  #include <omp.h>
11  #endif  #endif
12    
# Line 149  Line 149 
149                    EcoSystem->writeStatus(main.getPrintInitialFile());                    EcoSystem->writeStatus(main.getPrintInitialFile());
150                    }                    }
151    
152  #ifndef NO_OPENMP  #ifdef _OPENMP
153            int numThr = omp_get_max_threads ( );            int numThr = omp_get_max_threads ( );
154            EcoSystems = new Ecosystem*[numThr];            EcoSystems = new Ecosystem*[numThr];
155            int i;            int i;

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

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

Powered By FusionForge