Woodruff is now controllable
svn-id: r28591
This commit is contained in:
parent
32164654a6
commit
5bacb6edee
11 changed files with 210 additions and 23 deletions
|
@ -1561,7 +1561,8 @@ void Inter_v2::o2_openItk() {
|
|||
|
||||
evalExpr(0);
|
||||
strncpy0(fileName, _vm->_global->_inter_resStr, 27);
|
||||
strcat(fileName, ".ITK");
|
||||
if (!strchr(fileName, '.'))
|
||||
strcat(fileName, ".ITK");
|
||||
|
||||
_vm->_dataIO->openDataFile(fileName, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue