modified memory behaviour (use up to memoryclass only when neccessary)
This commit is contained in:
parent
2213d4f7fc
commit
80e36d4bb5
3 changed files with 39 additions and 23 deletions
|
|
@ -127,7 +127,6 @@ public class BRouter
|
|||
{
|
||||
wplist.add( readPosition( args, 3, "to" ) );
|
||||
RoutingContext rc = readRoutingContext(args);
|
||||
rc.memoryclass = 16;
|
||||
re = new RoutingEngine( "mytrack", "mylog", args[0], wplist, rc );
|
||||
re.doRun( 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue