idaholab / stork

DEPRECATED
10 stars 405 forks source link

make_new_module.py creates template that uses old constructors #29

Closed bwspenc closed 8 years ago

bwspenc commented 8 years ago

The App.C file created by make_new_module.py got created with old-style constructors. This issue may also apply to other scripts in Stork -- I just ran into this issue when I tried using that particular script.

permcody commented 8 years ago

Looks like it's just that script fortunately.

bwspenc commented 8 years ago

Also related closely enough to include in this issue is that this script creates a file in the 'unit' directory (unit/src/main.C) that contains 'cerr', a banned keyword. Other than these two issues, the script worked great for me.