Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #101 from gmfc/v0.3.1-prep
Browse files Browse the repository at this point in the history
v0.3.1
  • Loading branch information
gmfc committed Oct 28, 2016
2 parents 7b2d273 + e57192e commit f41edf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pfnwj5",
"version": "0.3.0",
"version": "0.3.1",
"description": "plataforma de força.",
"main": "./ui/index.html",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ PlatData.prototype.calcAREA_lowFreq = function() {
PlatData.prototype.calcAREA = function() {
var rAP = (sm.max(this.CPy) - sm.min(this.CPy)) / 2;
var rML = (sm.max(this.CPx) - sm.min(this.CPx)) / 2;
console.log(rAP + ':AP--ML:' + rML);
this.area = Math.PI * rAP * rML;
};

Expand Down

0 comments on commit f41edf9

Please sign in to comment.