cellAreaM2 method

double cellAreaM2(
  1. int h
)

Implementation

double cellAreaM2(
  int h,
) {
  return _cellAreaM2(
    h,
  );
}