LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
resetStruct.m
1function resetStruct(self)
2self.sn = [];
3self.hasStruct = false;
4% Discarding the struct is a structural change like any other: bump the
5% version so that caches keyed on it (see MNetwork.structVersion) are
6% invalidated even if the next compilation reproduces the same contents.
7self.structVersion = self.structVersion + 1;
8end
Definition Station.m:245