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

Diff of /trunk/gadget/lengthgroup.cc

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

revision 11, Thu Jul 23 19:00:38 2015 UTC revision 12, Fri Jul 24 18:36:24 2015 UTC
# Line 239  Line 239 
239    return 1;    return 1;
240  }  }
241    
242    // initialize the meanLength vector
243  double* const LengthGroupDivision::meanlengthvecPow_initilize(  double* const LengthGroupDivision::meanlengthvecPow_initilize(
244                  int maxlengthgroupgrowth, double tmpPower) const                  int maxlengthgroupgrowth, double tmpPower) const
245  {  {
   
246          double * meanlength_vectorPow = new double[size + maxlengthgroupgrowth];          double * meanlength_vectorPow = new double[size + maxlengthgroupgrowth];
247          double aux;          double aux;
248          int lgroup;          int lgroup;

Legend:
Removed from v.11  
changed lines
  Added in v.12

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

Powered By FusionForge