Files
solver/MbDCode/DispCompIecJecKeqc.h
2023-05-20 17:55:13 -06:00

18 lines
348 B
C++

#pragma once
#include "DispCompIecJecKec.h"
namespace MbD {
class DispCompIecJecKeqc : public DispCompIecJecKec
{
//priIeJeKepEK ppriIeJeKepEKpEK pAjOKepEKT ppAjOKepEKpEK
public:
FRowDsptr priIeJeKepEK;
FMatDsptr ppriIeJeKepEKpEK;
FMatDsptr pAjOKepEKT;
FMatFColDsptr ppAjOKepEKpEK;
};
}