Skip to content

Commit

Permalink
autofix by rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Dec 14, 2018
1 parent 27df3b3 commit 75e4db7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,7 @@ $ grayscott 40 -w 256 -h 256 # size of model. display is fixed to 512 x 512 pixe
## Usage with terminal(example)

$ bundle install

$ bundle exec bin/console

```ruby
Expand All @@ -39,6 +40,7 @@ c.model.v.rand(0.0, 0.15)
c.color = 'green' # colorful is slow.
Gtk.main
```

![screenshot](https://raw.githubusercontent.com/kojix2/Gray-Scott/screenshot/screenshot/reverse-green.png)

## Known issue
Expand Down
2 changes: 1 addition & 1 deletion gray_scott_gtk3.gemspec
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'numo-narray'
spec.add_dependency 'gtk3'
spec.add_dependency 'numo-narray'

spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/gray_scott_gtk3/controller.rb
Expand Up @@ -175,6 +175,7 @@ def doing_now?
end

private

def debug_p_u
p model.u
end
Expand All @@ -190,6 +191,5 @@ def debug_p_f
def debug_p_k
p model.k
end

end
end

0 comments on commit 75e4db7

Please sign in to comment.