// FILE DetestC3.cc #include "DetestC3.h" void DetestC3 :: LoadProblemParam( int Param ) { // Set an initial condition. INTERVAL_VECTOR Y(DetestC3_SIZE); SetT0(0); SetTend(20); Clear(Y); Y(1) = 1; SetInitCond( Y ); }