mickjt / lipid-rupture-cellular-automaton

Cellular automaton to model rupture in circular lipid membranes. Implemented in Matlab
GNU General Public License v3.0
1 stars 1 forks source link

Missing function 'computeAreas.m' #1

Closed aligurbu closed 1 year ago

aligurbu commented 1 year ago

It seems like you forget to push the 'computeAreas.m' function. If you could provide this function, that would be great.

https://github.com/mickjt/lipid-rupture-cellular-automaton/blob/e7bcd17f88d75a7d28b891bf5059d6b01c5bfec7/LipidCA_main.m#L64

https://github.com/mickjt/lipid-rupture-cellular-automaton/blob/e7bcd17f88d75a7d28b891bf5059d6b01c5bfec7/LipidCA_main.m#L90

Thanks a lot.

mickjt commented 1 year ago

I just added the missing function. Thanks for letting me know!