Checks if the given taskgraph has the same structure as the graph described in the codefile.
function checkCodeGraph input String graphfile; input String codefile; output String[:] result; end checkCodeGraph;