gs2crmod 0.11.38 → 0.11.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be35c6fd4b736ab90afec2b48a14fb9622ffe699
4
- data.tar.gz: 0ea0cf24a1f19b5600c764b55790d1bde35eb41b
3
+ metadata.gz: caf47bab27401a2a02f2448f4b58e6d94c257f28
4
+ data.tar.gz: af372ac661b18b89e597c664454b41a78c11a45d
5
5
  SHA512:
6
- metadata.gz: 8b1bb806d712722d6ca9a44a9c09567c393197896d8406282c67ee7ff2cf0d2b214533cb404f5fef0c55b242d1f7e1916397c227d0486db8963bf267a6cc25ff
7
- data.tar.gz: 7693029a4a6c0ce8001cd1b0dd7b573b1b8ca73471a26b9e1cc5ef6461b7a2afed4da2225c1a66b163b05e12bd0ae3cdb1aeb1274f5fa80ec5a145f57f4f9b8c
6
+ metadata.gz: e6490d38f70e3b0653eb5ce0e76e2b268401d5d06fa1587d76ec03491f9abbf784543c24ab359d0a4181829f30cf467ac7414f8b9373cce350fb52a3e21a2bd5
7
+ data.tar.gz: 3cb5dc2c79b9ff5a2cb93a47f27566192a7700a380a30724b7fdc3e16860ea3887cc4590fbf000eba2616bc27fa0e475cb14a57c3702c265d7e7ad153f964afe
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.38
1
+ 0.11.39
data/gs2crmod.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: gs2crmod 0.11.38 ruby lib
5
+ # stub: gs2crmod 0.11.39 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "gs2crmod"
10
- s.version = "0.11.38"
10
+ s.version = "0.11.39"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
@@ -207,7 +207,7 @@ def hyperviscosity_graphkit(options)
207
207
  for il in 0...shape[3]
208
208
  for ie in 0...shape[4]
209
209
  for is in 0...shape[5]
210
- narray[ig,ik,it,il,ie,is]*=(ky[ik]**2.0 + kx[it]**2.0)*@d_hypervisc
210
+ narray[ig,ik,it,il,ie,is]*=(ky[ik]**2.0 + kx[it]**2.0)**(2*@nexp)*@d_hypervisc
211
211
  end
212
212
  end
213
213
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs2crmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.38
4
+ version: 0.11.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock