Code: Select all
strdef mname
proc print_mechs(){ local i localobj mt
mt = new MechanismType(0)
for i=0, mt.count()-1 {
mt.select( i )
mt.selected( mname )
if( ismembrane( mname )) print mname
}
}
Code: Select all
strdef mname
proc print_mechs(){ local i localobj mt
mt = new MechanismType(0)
for i=0, mt.count()-1 {
mt.select( i )
mt.selected( mname )
if( ismembrane( mname )) print mname
}
}