From 99a29c1926eee84f100ad9ea59a8c33f7878c342 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 22 Dec 2002 01:28:34 +0000 Subject: "no message" svn path=/trunk/; revision=306 --- externals/grill/vasp/source/classes.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/vasp/source/classes.cpp') diff --git a/externals/grill/vasp/source/classes.cpp b/externals/grill/vasp/source/classes.cpp index fa9ff7d4..78c6a0ca 100644 --- a/externals/grill/vasp/source/classes.cpp +++ b/externals/grill/vasp/source/classes.cpp @@ -87,8 +87,8 @@ BL vasp_base::ToOutVasp(I oix,Vasp &v) vasp_op::vasp_op(BL op) #ifdef FLEXT_THREADS - :detach(false),prior(-2), - thrid(0) + :detach(false),prior(-2) +// ,thrid(0) #endif { FLEXT_ADDBANG(0,m_dobang); @@ -183,7 +183,7 @@ V vasp_tx::m_bang() Lock(); #ifdef FLEXT_THREADS -// RelPriority(prior); + if(!IsSystemThread()) RelPriority(prior); #endif if(ref.Check()) @@ -211,7 +211,7 @@ V vasp_tx::m_bang() } #ifdef FLEXT_THREADS - thrid = 0; +// thrid = 0; #endif Unlock(); -- cgit v1.2.1