Skip to content

Instantly share code, notes, and snippets.

@dukenmarga
Created January 7, 2012 10:30
Show Gist options
  • Save dukenmarga/1574372 to your computer and use it in GitHub Desktop.
Save dukenmarga/1574372 to your computer and use it in GitHub Desktop.
public function setRho(){
$As = $this->concrete->getAs();
$B = $this->concrete->getB();
$D = $this->concrete->getD();
$this->rho = $As / ($B*$D);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment