erizmr / SPH_Taichi

A high-performance implementation of SPH in Taichi.
MIT License
201 stars 40 forks source link

Spell error in the particle_system.py #14

Closed liuyunpu closed 1 year ago

liuyunpu commented 1 year ago

line 19 and 20, domain is misspelled as domian, which lead to wrong domain size self.domain_end = np.array([1.0, 1.0, 1.0]) self.domian_end = np.array(self.cfg.get_cfg("domainEnd"))

liuyunpu commented 1 year ago

ah i got it wrong, domain size is correct because it uses “domian_end” how can i delete this issue?😂