gs2crmod 0.9.5 → 0.9.6
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.
- data/VERSION +1 -1
- data/gs2crmod.gemspec +1 -1
- data/lib/gs2crmod/ingen.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.6
|
data/gs2crmod.gemspec
CHANGED
data/lib/gs2crmod/ingen.rb
CHANGED
|
@@ -234,7 +234,7 @@ def gridpoints
|
|
|
234
234
|
if @grid_option == "single"
|
|
235
235
|
gridpoints.absorb({'x'=>1, 'y'=>1})
|
|
236
236
|
else
|
|
237
|
-
gridpoints.absorb({'x' => (2.0 * (@nx - 1.0) / 3.0 + 1.0).floor, 'y' => (@naky or ((@ny - 1.0) / 3.0 + 1.0).floor)})
|
|
237
|
+
gridpoints.absorb({'x' => (@ntheta0 or (2.0 * (@nx - 1.0) / 3.0 + 1.0).floor), 'y' => (@naky or ((@ny - 1.0) / 3.0 + 1.0).floor)})
|
|
238
238
|
end
|
|
239
239
|
return gridpoints
|
|
240
240
|
end
|