From e808c49e957b8e8ffcf720d0ad956c77f75f4681 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Fri, 27 May 2011 09:18:34 +0100 Subject: [PATCH] Has both DAG and FMMD enabled in the non inv op-amp --- thesis.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thesis.tex b/thesis.tex index e7f2670..37cdb7c 100644 --- a/thesis.tex +++ b/thesis.tex @@ -140,6 +140,10 @@ \input{pt100/pt100} \chapter{FMMD functional~groups to \\derived component example : Non Inverting Op-AMP} +\newboolean{dag} +\setboolean{dag}{false} % boolvar=true or false +\newboolean{pld} +\setboolean{pld}{true} % boolvar=true or false \typeout{ ---------------- non inv op amp} \input{noninvopamp/noninvopamp}