summaryrefslogtreecommitdiff
path: root/src/homo_square_fracture.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/homo_square_fracture.c')
-rw-r--r--src/homo_square_fracture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/homo_square_fracture.c b/src/homo_square_fracture.c
index a0dd305..9103317 100644
--- a/src/homo_square_fracture.c
+++ b/src/homo_square_fracture.c
@@ -8,7 +8,7 @@ int main(int argc, char *argv[]) {
// defining variables to be (potentially) set by command line flags
unsigned int N, L, filename_len;
double beta, inf, cutoff;
- boundary_type boundary;
+ bound_t boundary;
bool include_breaking, save_cluster_dist, use_voltage_boundaries, save_network,
save_crit_stress, save_toughness, save_corr, save_conductivity,
save_damage;