From dbe124108b7a3529feeeba91339928c4ac737072 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Jun 2015 14:02:12 -0700 Subject: 1631 - update html versions Html is a little more readable thanks to feedback from J David Eisenberg (https://news.ycombinator.com/item?id=9766330), in particular the suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker. --- html/038scheduler.cc.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'html/038scheduler.cc.html') diff --git a/html/038scheduler.cc.html b/html/038scheduler.cc.html index 6dda74ca..80316b38 100644 --- a/html/038scheduler.cc.html +++ b/html/038scheduler.cc.html @@ -12,16 +12,16 @@ @@ -80,6 +80,7 @@ long long int Current_routine_index = 0500; :(before "End Setup") Scheduling_interval = 500; +Routines.clear(); :(replace{} "void run(recipe_number r)") void run(recipe_number r) { //? cerr << "AAA 4\n"; //? 1 @@ -179,7 +180,7 @@ START_RUNNING, Recipe_number["start-running"] = START_RUNNING; :(before "End Primitive Recipe Implementations") case START_RUNNING: { - assert(isa_literal(current_instruction().ingredients.at(0))); + assert(is_literal(current_instruction().ingredients.at(0))); assert(!current_instruction().ingredients.at(0).initialized); routine* new_routine = new routine(Recipe_number[current_instruction().ingredients.at(0).name]); //? cerr << new_routine->id << " -> " << Current_routine->id << '\n'; //? 1 -- cgit 1.4.1-2-gfad0