Commit 234af032 by Martin v. Löwis

Have main return int

From-SVN: r26747
parent db898cdd
......@@ -32,7 +32,7 @@ namespace matrix {
}
main(void)
int main(void)
{
// sample
double **m=matrix::alloc<double>(10,20);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment