Index: 10_forge_imp.html =================================================================== --- 10_forge_imp.html (revision 8157) +++ 10_forge_imp.html (revision 8158) @@ -66,7 +66,7 @@ forge-if/model-dnp (the model-dnp part is arbitrary) with this content (each line is an array element):
-(project.stance != "advanced") || (project.stance != "professinal")
+(stance.model != "advanced") && (stance.model != "professinal")
 scalar,pcb/dnp
 sub,^.*$,DNP,pcb/dnp
 
@@ -73,7 +73,7 @@

{imp10:8} The condition specifies when the component is DNP. Alternatively -it could be written as (project.stance == "standard"). +it could be written as (stance.model == "standard").

{imp10:9} The rest of the forge is setting the pcb/dnp attribute to DNP. The value