diff --git "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.gitignore" "b/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.gitignore" deleted file mode 100644 index fb33b1c6b07399e226d13f893ad998b6061cf31f..0000000000000000000000000000000000000000 --- "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.gitignore" +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/contentModel.xml -/.idea.työ.iml -/projectSettingsUpdater.xml -/modules.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.name" "b/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.name" deleted file mode 100644 index 57021cfad401c269b7fa1b4f7c32ba0904b7ff50..0000000000000000000000000000000000000000 --- "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/.name" +++ /dev/null @@ -1 +0,0 @@ -tuulenHyytavyys \ No newline at end of file diff --git "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/indexLayout.xml" "b/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/indexLayout.xml" deleted file mode 100644 index 7b08163cebc50fb3e777eea4881b68fcebc10590..0000000000000000000000000000000000000000 --- "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/indexLayout.xml" +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="UserContentModel"> - <attachedFolders /> - <explicitIncludes /> - <explicitExcludes /> - </component> -</project> \ No newline at end of file diff --git "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/vcs.xml" "b/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/vcs.xml" deleted file mode 100644 index 6c0b8635858dc7ad44b93df54b762707ce49eefc..0000000000000000000000000000000000000000 --- "a/ty\303\266/.idea/.idea.tuulenHyytavyys/.idea/vcs.xml" +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git "a/ty\303\266/tuulenHyytavyys.sln" "b/ty\303\266/TuulenHyytavyys.sln" similarity index 100% rename from "ty\303\266/tuulenHyytavyys.sln" rename to "ty\303\266/TuulenHyytavyys.sln" diff --git "a/ty\303\266/ty\303\266/Program.cs" "b/ty\303\266/ty\303\266/Program.cs" index 0328e9371c601ee9d118c5d697acf54353794391..2807bc341f926f4b942a5bcabc1224c60ef8c428 100644 --- "a/ty\303\266/ty\303\266/Program.cs" +++ "b/ty\303\266/ty\303\266/Program.cs" @@ -100,9 +100,9 @@ class TuulenHyytavyys private static double TuulenHyytavyysLasku(double lampotila, double nopeus, double kosteus) { // tuulen hyytävyyden kaava - double tuulenHyytavyysLasku = 13.12 + 0.6215 * lampotila - 11.37 * Math.Pow(nopeus, 0.16) + 0.3965 * Math.Pow(lampotila, 0.16) + (0.05 * kosteus); + double TuulenHyytavyysLasku = 13.12 + 0.6215 * lampotila - 11.37 * Math.Pow(nopeus, 0.16) + 0.3965 * Math.Pow(lampotila, 0.16) + (0.05 * kosteus); - return tuulenHyytavyysLasku; + return TuulenHyytavyysLasku; } } \ No newline at end of file