Skip to content
Snippets Groups Projects
Commit 1484c76e authored by rhenry2's avatar rhenry2
Browse files

no message

parent 23580b92
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ public class LpjgOutputer { ...@@ -133,7 +133,7 @@ public class LpjgOutputer {
try { try {
String landCoverFileName = outputDir.getPath() + File.separator + "LandCoverFract.txt"; String landCoverFileName = outputDir.getPath() + File.separator + "LandCoverFract.txt";
landCoverWriter = new BufferedWriter(new FileWriter(landCoverFileName, false)); landCoverWriter = new BufferedWriter(new FileWriter(landCoverFileName, false));
landCoverWriter.write("Lon Lat Year CROPLAND PASTURE NATURAL BARREN"); landCoverWriter.write("Lon Lat Year CROPLAND PASTURE NATURAL BARREN URBAN");
landCoverWriter.newLine(); landCoverWriter.newLine();
String cropFractionFileName = outputDir.getPath() + File.separator + "CropFract.txt"; String cropFractionFileName = outputDir.getPath() + File.separator + "CropFract.txt";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment