mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
batchmode fixes
This commit is contained in:
parent
775a883375
commit
a2857dc4f9
@ -89,8 +89,8 @@ if { [catch { load libgeom2dvis[info sharedlibextension] Ng_Geom2d } result ] }
|
||||
puts "error: $result"
|
||||
}
|
||||
|
||||
source ${ngdir}/csgeom.tcl
|
||||
source ${ngdir}/stlgeom.tcl
|
||||
catch { source ${ngdir}/csgeom.tcl }
|
||||
catch { source ${ngdir}/stlgeom.tcl }
|
||||
|
||||
set hasocc no
|
||||
catch { source ${ngdir}/occgeom.tcl }
|
||||
|
@ -175,6 +175,10 @@ int main(int argc, char ** argv)
|
||||
|
||||
if(parameters.GetDefineFlag("batchmode"))
|
||||
nodisplay = true;
|
||||
if(parameters.GetDefineFlag("solve"))
|
||||
nodisplay = true;
|
||||
|
||||
|
||||
|
||||
if(parameters.GetDefineFlag("shellmode"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user