Project

General

Profile

Files » main.c

Frédéric Blanc, 2016-01-29 10:31

 
/**
* @brief T_BATT_2014
* @date 20/05/2014
* @author F.BLANC LAAS-CNRS
*
*/
#include "var.h"

int main (int argc, char *argv[])
{

if (InitCVIRTE (0, argv, 0) == 0)
fatal_error("out of memory");
if(init_main("T_Batt_2.uir"))
return -1;
save_LOG("RUN GUI");
RunUserInterface ();
init_close();
return 0;
}
(12-12/25)