summaryrefslogtreecommitdiff
path: root/src/homo_square_fracture.c
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-08-31 11:57:40 -0400
committerpants <jaron@kent-dobias.com>2016-08-31 11:57:40 -0400
commit0f6782c9e5a9171d69d8e62dff33a558ba542d58 (patch)
tree79ebe235b2c9fb957946428e87d2629f07dfde10 /src/homo_square_fracture.c
parentc2164e4a38b79c8a02bd7c0f4481f222c7b4dae6 (diff)
downloadfuse_networks-0f6782c9e5a9171d69d8e62dff33a558ba542d58.tar.gz
fuse_networks-0f6782c9e5a9171d69d8e62dff33a558ba542d58.tar.bz2
fuse_networks-0f6782c9e5a9171d69d8e62dff33a558ba542d58.zip
did some refactoring
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;