* Standard spice and nutmeg init file
alias exit quit
alias acct rusage all
set x11lineararcs

strcmp __flag $program "ngspice"
if $__flag = 0

*set numparams

* For SPICE2 POLYs, edit the below line to point to the location 
* of your codemode.
codemodel /usr/local/lib/ng-spice-rework/spice2poly.cm

* The other codemodels
codemodel /usr/local/lib/ng-spice-rework/analog.cm
codemodel /usr/local/lib/ng-spice-rework/digital.cm
codemodel /usr/local/lib/ng-spice-rework/xtradev.cm
codemodel /usr/local/lib/ng-spice-rework/xtraevt.cm

end
unset __flag
