Skip to content

Commit

Permalink
seems okie dokie
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jan 17, 2025
1 parent 337ab8a commit 861f5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{voxel::IntermediateError, Coordinate, Coordinates};
use super::{voxel::IntermediateError, Coordinate, Coordinates, NSD};
use conspire::math::{Tensor, TensorArray};
use ndarray_npy::{ReadNpyError, WriteNpyError};
use netcdf::Error as ErrorNetCDF;
Expand All @@ -21,7 +21,7 @@ fn automesh(m: &Bound<'_, PyModule>) -> PyResult<()> {
Ok(())
}

pub type PyCoordinates = Vec<[f64; 3]>;
pub type PyCoordinates = Vec<[f64; NSD]>;

pub trait IntoFoo<T> {
fn as_foo(&self) -> T;
Expand Down

0 comments on commit 861f5a2

Please sign in to comment.