Skip to content

Commit

Permalink
Interface fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 17, 2024
1 parent 78c0777 commit 12b0fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface ClusterInterface extends Iterable<AtomInterface> {
export interface ClusterMapInterface {
getNeighbourhood(atom: AtomInterface): ClusterInterface[];
countAtoms(): number;
clear(): void;
handleAtom(atom: AtomInterface): ClusterInterface;
getCluster(clusterCoords: NumericVector): ClusterInterface;
}
Expand Down

0 comments on commit 12b0fc8

Please sign in to comment.