Commit a4e4dd55a5122bed526deca5fab6792806c11b26

Authored by dmayerich
1 parent 1b0b5c1d

fixed error in scaling parameter

Showing 2 changed files with 1 additions and 1 deletions   Show diff stats
Win32/ricalc.exe
No preview for this file type
main.cpp
... ... @@ -58,7 +58,7 @@ int main(int argc, char* argv[])
58 58 {
59 59 M.fromFile(vm["input-file"].as<string>(),
60 60 vm["input-format"].as<string>(),
61   - vm["scaling"].as<ptype>());
  61 + 1.0 / vm["scaling"].as<ptype>());
62 62 }
63 63 else
64 64 {
... ...