|
From: theozh <th...@gm...> - 2022-12-06 15:27:15
|
What is the larger context of your script snippet?
What should happen if flag_satur!=0 ?
Then $EXT_CEN should become (or stay) undefined or become something else?
> Hello,
>
> It seems that I cannot do this
> if (flag_satur==1) {
> $EXT_CEN << EOD
> 0.0 1e10 1e-13
> 0.0 1e10 1
> EOD
> }
>
|