#include "callable.hxx"
#include "differentialequationfunctions.hxx"
#include "runvisitor.hxx"
+#include "checkodeerror.hxx"
extern "C"
{
#include "Scierror.h"
#include "scifunctions.h"
#include "elem_common.h"
-#include "checkodeerror.h"
#include "sciprint.h"
#include "common_structure.h"
}
nyh = C2F(ls0001).nyh;
}
- rworkSize = 20 + nyh * (maxord + 1) + 3 * *YSize + *YSize * *YSize + 2;
+ rworkSize = 20 + nyh * (maxord + 1) + 3 * *YSize + *YSize **YSize + 2;
iworkSize = 20 + *YSize;
rwSize = rworkSize + dStructTabSize;