Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Oct 8, 2021
1 parent 0bd85c3 commit 2cae7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/simulation/implicit_mass_spring.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# https://www.cs.cmu.edu/~baraff/papers/sig98.pdf
import taichi as ti
import numpy as np

import taichi as ti


@ti.data_oriented
class Cloth:
Expand Down

0 comments on commit 2cae7fa

Please sign in to comment.