Skip to content

Commit

Permalink
error on bad layer type
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jul 8, 2018
1 parent 18d66dc commit 21a78f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions miner/src/Arktika.java
Expand Up @@ -430,6 +430,10 @@ else if (type.equals("mem"))
{
//We'll get to you layer
}
else
{
throw new RuntimeException("Unknown type: " + type);
}
}

for(int i=0; i<layer_count; i++)
Expand Down

0 comments on commit 21a78f5

Please sign in to comment.