Mol constructor

Mol(
  1. int n
)

Implementation

Mol(int n) : super(generateFSphereList(n));