Subversion Repositories OpenSees

Rev

Rev 4817 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4817 Rev 4861
Line 40... Line 40...
40
StepSizeRule::~StepSizeRule()
40
StepSizeRule::~StepSizeRule()
41
{
41
{
42
}
42
}
43
43
44
int
44
int
45
StepSizeRule::initialize() {
-
 
-
 
45
StepSizeRule::initialize()
-
 
46
{
46
    return 0;
47
    return 0;
-
 
48
}
-
 
49
-
 
50
int
-
 
51
StepSizeRule::getNumReductions()
-
 
52
{
-
 
53
        return 0;    
47
}
54
}