From 30ec7db83e9fcc3677931ae451db475d0415ba99 Mon Sep 17 00:00:00 2001 From: "guillaume.garbay" <guillaume.garbay> Date: Fri, 5 Jun 2015 09:17:49 +0000 Subject: [PATCH] --- data/input/grid.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/data/input/grid.xml b/data/input/grid.xml index 5ca1d3d..d7ed7be 100644 --- a/data/input/grid.xml +++ b/data/input/grid.xml @@ -1,11 +1,12 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE xml> <pikelake.Grid> <torusType>BOTH</torusType> <neighborsType>NEIGHBORHOOD_VON_NEUMANN</neighborsType> - <preyCarryingCapacity>50</preyCarryingCapacity> - <gridWidth>10</gridWidth> - <gridHeight>10</gridHeight> - <habitatValue0>0.25</habitatValue0> - <habitatValue1>0.5</habitatValue1> - <habitatValue2>1</habitatValue2> + <preyCarryingCapacity>50</preyCarryingCapacity> + <gridWidth>10</gridWidth> + <gridHeight>10</gridHeight> + <habitatValue0>0.25</habitatValue0> + <habitatValue1>0.5</habitatValue1> + <habitatValue2>1</habitatValue2> </pikelake.Grid> \ No newline at end of file -- GitLab