Files
3D_EDFM_SIM-X/core functions/preprocess/Ulit/initialRS.m
T
2026-03-13 11:24:41 +08:00

6 lines
101 B
Objective-C

function state = initialRS(P, Sw, Cs, Cb)
state.p = P;
state.sw = Sw;
state.cs = Cs;
state.cb = Cb;