Fix switching between isothermal and nonisothermal model in freeflow channel test

Merged Bernd Flemisch requested to merge fix/test-freeflow-channel-nonisothermal-switch into master

A preprocessor variable ISOTHERMAL was set to 0 per default in main.cc while for switching, the variable NONISOTHERMAL was evaluated. To fix, set NONISOTHERMAL instead of ISOTHERMAL in main.cc.

Merge request reports