trinitycrmod 0.8.2 → 0.8.3
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 +4 -4
- data/VERSION +1 -1
- data/lib/trinitycrmod/trinity.rb +1 -1
- data/trinitycrmod.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a98ed5cc8637ecc4f11c655d233dd213a0b9137
|
|
4
|
+
data.tar.gz: 6e146e4f704b23b93a456597f2bf0f2ab4def7af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 381985e7fee4f9022dc05fa9e1a602c84f52f2824a4b1d01f241cc862ebfbcd226d97305a3b3ffab12ee45ad5b115ec6116445d51550f38f60cca381d02debb4
|
|
7
|
+
data.tar.gz: 4aba8a39ed39a865f51cba0cf8dc763fc1124414c65ebcac835069f4eacf94a8be03be73dbb3d7f32ec8b1353245123d7714ace888ab5edd13353d988eff8dd8
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.3
|
data/lib/trinitycrmod/trinity.rb
CHANGED
|
@@ -250,7 +250,7 @@ class CodeRunner
|
|
|
250
250
|
ngrads = d1 * case @grad_option
|
|
251
251
|
when nil
|
|
252
252
|
n = 0
|
|
253
|
-
n = n + @
|
|
253
|
+
n = n + @n_ion_spec if (evolve_density_actual.fortran_true?)
|
|
254
254
|
if (evolve_temperature_actual.fortran_true?)
|
|
255
255
|
if (equal_ion_temps_actual.fortran_true?) then
|
|
256
256
|
n = n + 1
|
data/trinitycrmod.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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: trinitycrmod 0.8.
|
|
5
|
+
# stub: trinitycrmod 0.8.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trinitycrmod"
|
|
9
|
-
s.version = "0.8.
|
|
9
|
+
s.version = "0.8.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|