Changeset 4177


Ignore:
Timestamp:
06/23/10 16:14:35 (15 years ago)
Author:
Eric.Larour
Message:

Forgot the numanalysis initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/TriaHook.cpp

    r4021 r4177  
    3232}
    3333/*}}}*/
    34 /*FU/*FUNCTION TriaHook::InitHookNodes(int numanalyses){{{1*/
    35 void TriaHook::InitHookNodes(int numanalyses){
     34/*FUNCTION TriaHook::InitHookNodes(int numanalyses){{{1*/
     35void TriaHook::InitHookNodes(int in_numanalyses){
     36        this->numanalyses=in_numanalyses;
    3637        this->hnodes=(Hook*)xmalloc(numanalyses*sizeof(Hook));
    3738}
Note: See TracChangeset for help on using the changeset viewer.