[go: up one dir, main page]

Menu

[925ebb]: / mct / RepTest.tpl  Maximize  Restore  History

Download this file

23 lines (18 with data), 406 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ======================================
// RepTest.cpp file generated by OptFrame
// ======================================
/* OptFrame default includes */
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <vector>
#include "./OptFrame/Util/Matrix.hpp"
/* User defined includes */
$include
using namespace std;
int main(int argc, char **argv)
{
$rep* x;
x=x;
return 0;
}