Skip to content

Commit

Permalink
feat: xGetFromToIndex accepts a NumberArray
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Apr 1, 2022
1 parent 4c10bc7 commit c2acea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/x/xGetFromToIndex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DoubleArray } from 'cheminfo-types';
import { NumberArray } from 'cheminfo-types';

import { xFindClosestIndex } from './xFindClosestIndex';

Expand All @@ -9,7 +9,7 @@ import { xFindClosestIndex } from './xFindClosestIndex';
* @param options - Options
*/
export function xGetFromToIndex(
x: DoubleArray,
x: NumberArray,
options: {
/**
* First point for xyIntegration
Expand Down

0 comments on commit c2acea7

Please sign in to comment.