Skip to content

Commit

Permalink
Backtrack to previous version/Need to fix LAT & multiple trace save_m…
Browse files Browse the repository at this point in the history
…esh function
  • Loading branch information
bergolho committed Nov 30, 2023
1 parent 4264dad commit 26c07fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ for i in "${BUILD_ARGS[@]}"; do
COMPILE_CONVERTER='y'
COMPILE_FIBER_CONVERTER='y'
COMPILE_POSTPROCESSOR='y'
COMPILE_EXPAND='y'
#COMPILE_EXPAND='y'
;;
simulator)
COMPILE_SIMULATOR='y'
Expand Down
4 changes: 2 additions & 2 deletions src/save_mesh_library/save_mesh_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,8 @@ void print_purkinje_propagation_velocity(struct config *config, struct grid *the
assert(config);
assert(the_grid);

struct save_multiple_cell_state_variables_purkinje_coupling_with_activation_times_data *persistent_data =
(struct save_multiple_cell_state_variables_purkinje_coupling_with_activation_times_data *)config->persistent_data;
struct save_coupling_with_activation_times_persistent_data *persistent_data =
(struct save_coupling_with_activation_times_persistent_data *)config->persistent_data;
struct cell_node **purkinje_cells = the_grid->purkinje->purkinje_cells;

// Compute the shortest distance from the root to all other nodes
Expand Down

0 comments on commit 26c07fd

Please sign in to comment.