General updating.
Updated solution to VS 2017. Updated to newest version of coco/r. Now includes coco/r for easier building out of the box.
This commit is contained in:
parent
315ccb94eb
commit
e4d6717ec2
46 changed files with 4606 additions and 127 deletions
|
|
@ -252,7 +252,7 @@ namespace csmic
|
|||
this.calculatedValue = p.CalculatedValue;
|
||||
if (p.errors.count > 0)
|
||||
{
|
||||
ProduceOutput(this.calculatedValue, p.errors.builder.ToString());
|
||||
ProduceOutput(this.calculatedValue, p.errors.errMsgFormat);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue