dmitrysenkovich

Untitled

Aug 26th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index: ExportSurface.cs
  2. ===================================================================
  3. --- ExportSurface.cs    (revision 6363)
  4. +++ ExportSurface.cs    (working copy)
  5. @@ -152,7 +152,7 @@
  6.              {
  7.                  string seaMaterial = "Sea4.1";
  8.  
  9. -                tempDir = appEnv.TempDir + @"export-lsa4-with-vector-data-5\";
  10. +                tempDir = appEnv.SurfaceTempDir;
  11.                  System.IO.Directory.CreateDirectory(tempDir);
  12.                  Tools.Path.CleanupDir(tempDir);
  13.                  // apply-surface-types & merge
  14. @@ -562,7 +562,7 @@
  15.                  command = MergeOffshoresCommand(cutbysquares.ToArray(), mergedfilename);
  16.                  task.AddCommand(command);
  17.  
  18. -                var surfaceL0filename = tempDir + "surfaceL0.ofsh";
  19. +                var surfaceL0filename = tempDir + "surface-L0.ofsh";
  20.                  var mergedL0filename = tempDir + "mergedL0.ofsh";
  21.                  var finalL0filename = tempDir + "finalL0.ofsh";
  22.                  var cutL0filename = tempDir + "cutL0.ofsh";
Advertisement
Add Comment
Please, Sign In to add comment